ftp connection from application

  • Thread starter Thread starter dimitris
  • Start date Start date
D

dimitris

Hello,
I want from my application to connect through ftp with a
remore site, search for some specific files and download
them.
I have done this in C++ but I don't how it is implemented
in C#. Are there some specific classes for ftp connection?

Thanks
 
Are there some specific classes for ftp connection?

If you want a supported commercial ftp class I sell one at www.abderaware.com -
the free code around is generally good too, although sometimes lacking features
or timeouts I consider important.
 
Back
Top