simple ftp client

B

Billy Bob

Hi, does anyone know of a simple ftp client class, should be able to
connect and upload/delete files. C#
 
N

Nicholas Paldino [.NET/C# MVP]

Billy,

If you have access to .NET 2.0, then I recommend using the
FtpWebRequest/FtpWebResponse classes in the System.Net namespace.

Otherwise, check out the Indy project at http://www.indyproject.org.

Hope this helps.
 

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