FTP

  • Thread starter Thread starter Vadym Stetsyak
  • Start date Start date
Hi
Y try to upload files to a server and i have tu use FTP.
So, somebody can explain me how use FTP in .net?
Thanks
 
I would consider this one as well.
http://www.codeproject.com/csharp/ftplib.asp

I would AVOID the FTPFactory.cs . This one is VERY buggy, and only works on
certain ftp servers.

...

FTP is built alot on "sending commands", and then dealing with the return
values.


If you google the words
ftp raw

You'll see what the baseline ftp commands are.
 
Back
Top