Recursive download of directories and files

DanielV

New member
Joined
Mar 18, 2009
Messages
1
Location
Reggio Emilia, Italy
Programming Experience
Beginner
Hi all,
i'm working with Visual Studio 2008, framework 3.5 and i got a problem in implementing an automatic function that could do a recursive download of directories, subdirectories and all files in them, via FTP or something else if not possible.
I try to be clearer:
- the user write the address of the server from which he will download his files;
- the user specifies the name of the directory he want to download;
- at the click on the "download" button, i'd like that my application start the automatic and recursive download of ALL the files, subdirectories and files in these subdirectories on local filesystem, or in a specified path.

I hope to be clear even if my english is not the greatest :p
Thank you
Bye
Dan
 
Back
Top