Ftp file watcher like SystemFileWatcher in .net?
Posted
by nrk
on Stack Overflow
See other posts from Stack Overflow
or by nrk
Published on 2010-02-09T05:35:43Z
Indexed on
2010/04/06
0:33 UTC
Read the original article
Hit count: 321
Hi,
In my project I need to watch multiple FTP Folders continuosly, if any new file comes i need pick the filename and do some process.
If that is normal Windows/Local File System folder I can achieve this by using SystemFileWatcher of .net.
Is there any thing like SystemFilewatcher to watch FTP folders?
Thanks
nrk
© Stack Overflow or respective owner