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

srikanth2bang

Re: IS FileSystemWatcher for an ftp possible using WINSCP.dll ?

martin wrote:

I do not think you can do that. The only way is to regularly re-read the contents of remote directory and compare the differences.


Thanks.
martin

Re: IS FileSystemWatcher for an ftp possible using WINSCP.dll ?

I do not think you can do that. The only way is to regularly re-read the contents of remote directory and compare the differences.
srikanth2bang

IS FileSystemWatcher for an ftp possible using WINSCP.dll ?

How can I implement a FileSystemWatcher for an ftp location (in C#). The idea is whenever anything gets added in the ftp location I wish to copy it to my local machine. Any ideas will be helpful.