Click to See Complete Forum and Search --> : Connecting to a FTP with C#???


gicio
October 21st, 2002, 01:25 PM
Hi!

I check the MSDN Library but I can't find any infos about: how to connect to and FTP...
I need also infos how get folders names from the ftp....

Have any one experience which class can I use to connect to an FTP??


THX!!!

CPCericola
November 8th, 2002, 08:22 PM
Other than using a web-browser control, I don't believe there is native FTP support in the CLR. If you check out the System.Net namespace, however, there is code for doing sockets. For reference, you'll need to check out the RFC for it. I believe it is RFC959, but it may be obsoleted by another rfc. Here is a hypertext copy of the RFC: http://www.w3.org/Protocols/rfc959/

gicio
November 11th, 2002, 10:53 AM
CPCericola: thx!

thats helps me alote!!



gicio

gicio
December 14th, 2002, 07:08 PM
HI!

Is there any open source project available that write a FTP client in C#?


gicio

WillemM
December 16th, 2002, 04:15 AM
I don't see any need to make native FTP support yourself... there is a webmodule for this in the CLR.
I don't know the name out of my bear-head, but that one is complete and a lot easier to use.

I also guess that opensource projects with ftp support written in C# are very rear... But you can always try to search for it on google or some other search-engine.