FTP with C#

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
 

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

Top