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


gicio
10-21-2002, 02:33 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!!!

bin2hex
10-31-2002, 05:54 PM
Hi there,

mmm, I think that you are completly lost here...
I don't think that anyone in this board will give you any answer about c# (AFAIK, c# haven't come into Linux yet ;) )

Anyway, here are some links where you have a much better chance of finding what you want or getting more answers to your questions:

http://www.codeproject.com
http://www.codeguru.com

I hope this will help you

Rüpel
11-04-2002, 10:31 AM
there's no native support for FTP in the framework class library. but maybe this helps:

http://www.codeproject.com/dotnet/dotnetftp.asp

there are even more articles on FTP on codeproject. use the search function there. :)