thanks to help
I have got your points
My scenario is
I have to download a file automatically from FTP as file comes there ....
that's why i tried to work with File Watcher with Timer tick event but its locally working fine but not with FTP
so how can i manage all this task get done (i mean what to use)
thanks
Loading
Zoran HorvatPosted Jul 13, 2011, 9:04 AM
In order to catch changes on FTP server you have to use FtpWebRequest class to list remote directory and then to compare it with previously known state. That is quite a piece of work if intended to be done correctly.
Zoran