C Cirene Aug 8, 2008 #1 I have a website that needs to login to an FTP server to check on the existance of certain files. How can I do this? Thanks!
I have a website that needs to login to an FTP server to check on the existance of certain files. How can I do this? Thanks!
C Cirene Aug 8, 2008 #3 2.0 or 3.5 sloan said: 1.1 or 2.0 (2.0 and up) ? They're different. Click to expand...
S Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Aug 13, 2008 #4 Use the FtpWebRequest class. Here's more info: http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx -- I hope this helps, Steve C. Orr, MCSD, MVP, CSM, ASPInsider http://SteveOrr.net http://iPhonePlaza.net
Use the FtpWebRequest class. Here's more info: http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx -- I hope this helps, Steve C. Orr, MCSD, MVP, CSM, ASPInsider http://SteveOrr.net http://iPhonePlaza.net