Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

shahriar

thank you very much.
martin

The other application has to somehow signal that the files were really processed.

You can basically use the same kind of "signals" as suggested here for signaling that an upload has finished:
https://stackoverflow.com/q/26932341/850848
shahriar

So what can I do ? :(
martin

Using the last access time for that does not look like a reliable approach.
shahriar

One of my applications is making some files and upload them into a FTP folder everyday at a certain time. and another app is reading them for internal use.
I want to know when the files will be read by the other app.
martin

Re: Retrieving LastReadTime from files list

SFTP servers usually provide the last access time. But WinSCP does not expose that information in its API.

What do you need it for?
shahriar

Re: Retrieving LastReadTime from files list

martin wrote:

WinSCP API does not provide that information.
And the question is whether your server does at all. What protocol are you using?

I Use SFTP Protocol .
martin

Re: Retrieving LastReadTime from files list

WinSCP API does not provide that information.
And the question is whether your server does at all. What protocol are you using?
shahriar

Retrieving LastReadTime from files list

Hi everybody,
I want to get LastReadTime of every file in remote file directory. how can i do it ?

thx.