FTP with C#

  • Thread starter Thread starter Victor
  • Start date Start date
V

Victor

Is there anyway to send files via ftp using a method other than
sockets in C#. I know there are the wininet api commands, but I really
cannot find or think of another method.

Most of the examples I have seen on the net regarding C# sockets
require a server app as well as the client app, but I just want a client
app that mere does a the same as;

FtpGetFile
FtpSendFile
FtpGetFileSize
FtpCreateDirectory
 
Back
Top