ASP.NET 3.5 ProfessionalsIf you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i need to watch a folder on ftp website using a windows service, i can watch local folder using filesystemwatcher class, but i cant understand how to give path of ftp site with passeord and username cedintials.
Not pooling, but polling. E.g. write some code that logs into the FTP server and tries to detect changes manually. Then write a scheduling mechanism (or use a Windows Service or a schedueld task) to repeatedly call that code yourself.