Ftp

You'll have to write the code to do it manually using the FTP protocol. You can do this with the Socket class, and reading the FTP RFC (959).

There are no .NET framework classes that deal with transfer to/from an FTP server.
 
Back
Top