Answered by:
Can anyone recommend a .net ftp library?

Question
-
hi, all
I don't see any ftp class in .net framework. Do you guys know any good ones?
Thanks.- Moved by nobugz Wednesday, June 3, 2009 8:42 PM (From:.NET Base Class Library)
Wednesday, June 3, 2009 8:21 PM
Answers
-
I would recommend the .NET framework. System.Net.WebClient supports FTP.
Hans Passant.- Marked as answer by Nickeay Thursday, June 4, 2009 1:41 PM
Wednesday, June 3, 2009 8:41 PM -
Hi,
You can use System.Net.FtpWebRequest class to perform FTP related functionality in .Net. Below link provides more information about the same:
http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx
Sumit
[Please do not forget to mark as answer for a correct reply.]
- Proposed as answer by sumitlathwal Thursday, June 4, 2009 4:48 AM
- Marked as answer by Nickeay Thursday, June 4, 2009 1:41 PM
Thursday, June 4, 2009 4:06 AM
All replies
-
I would recommend the .NET framework. System.Net.WebClient supports FTP.
Hans Passant.- Marked as answer by Nickeay Thursday, June 4, 2009 1:41 PM
Wednesday, June 3, 2009 8:41 PM -
Hi,
You can use System.Net.FtpWebRequest class to perform FTP related functionality in .Net. Below link provides more information about the same:
http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx
Sumit
[Please do not forget to mark as answer for a correct reply.]
- Proposed as answer by sumitlathwal Thursday, June 4, 2009 4:48 AM
- Marked as answer by Nickeay Thursday, June 4, 2009 1:41 PM
Thursday, June 4, 2009 4:06 AM -
hi, all
You can try the UltimateFTP Component commercial library .
I don't see any ftp class in .net framework. Do you guys know any good ones?
Thanks.Thursday, March 3, 2011 4:27 AM