Click here to Skip to main content
16,013,747 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have ftp credentials. I need to Monitor FTP directory using filesystemwatcher in c#.

is it possible?

help me...
Posted
Updated 2-Jul-14 23:03pm

1 solution

Hello,

I don't know if you could accomplish this with an ftp connection, but if you could map the drive that the ftp location points to you should be able to use FileSystemWatcher to monitor changes at that location.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900