Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I want to download all files in a folder in server using FTP but I don't know how to do that.
Please help me!
Posted
Updated 28-Dec-10 3:56am
v2

You have four choices choices:

0) Get a FTP program like FileZilla, and use that.

1) Use the commandline FTP client that comes with Windows

2) Learn how to use google. Among over 430 THOUSAND results, the following link is to an article right here on CodeProject:

An FTP client library for .NET 2.0[^]

3) Hire someone to write the code for you.

 
Share this answer
 
v2
Please have a look here:

http://social.msdn.microsoft.com/Forums/en/ncl/thread/079fb811-3c55-4959-85c4-677e4b20bea3[^]

They are doing it in C#, but that shouldn't pose an unsurmountable problem.

Regards,

Manfred
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900