Using the last access time for that does not look like a reliable approach.
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.
SFTP servers usually provide the last access time. But WinSCP does not expose that information in its API.
What do you need it for?
WinSCP API does not provide that information.
And the question is whether your server does at all. What protocol are you using?
Hi everybody,
I want to get LastReadTime of every file in remote file directory. how can i do it ?
thx.