IS FileSystemWatcher for an ftp possible using WINSCP.dll ?

Advertisement

srikanth2bang
Joined:
Posts:
4
Location:
bangalore

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.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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.

Reply with quote

srikanth2bang
Joined:
Posts:
4
Location:
bangalore

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.

Reply with quote

Advertisement

You can post new topics in this forum