How to do FTP in .NET?

  • Thread starter Thread starter Gary Hendricks
  • Start date Start date
Gary said:
Does anyone have any idea how to do FTP in .NET? Thanks.

Best Regards,
Gary Hendricks
http://www.digital-music-guide.com

Hello Gary -

You might want to check out the Indy Project here:
http://www.indyproject.org/Indy.html

A snippet from the site:

"""
Indy is the most comprehensive socket library available for any language and
contains support for TCP, UDP, ICMP, clients, servers, SMTP, POP3, IMAP4,
HTTP, NNTP, FTP, and many more protocols. In fact Indy implements more than
120 protocols and Internet standards!
"""
 

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