Downloading files in a winform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,


I need to download files from ftp servers, and store them into an specified folder. The storing is not the problem, but the downloading..

What are the classes in .net for that purpose?
 
* "=?Utf-8?B?cmFuZG9tIG5hbWU=?= said:
I need to download files from ftp servers, and store them into an
specified folder. The storing is not the problem, but the downloading..

<http://www.freevbcode.com/ShowCode.Asp?ID=4655>
<http://www.allapi.net/downloads/NetFTP.zip>
<http://www.visualbuilder.com/article/viewarticle.asp?id=1234>
<http://www.abderaware.com/> (FTP component)
<http://www.csharphelp.com/archives/archive9.html>
What are the classes in .net for that purpose?

The .NET Framework doesn't include classes for FTP access.
 
Back
Top