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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top