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!
"""
 
Back
Top