ftp recursively class

  • Thread starter Thread starter zion
  • Start date Start date
Z

zion

Hello,

For my program I need to download with ftp protocol a folder with all
subfolders and files.
Do you know any ftp class to do this job?

Thanks
 
Hi,

You only need the regular FTP, you first get the list of the files & folders
and when it's a file you download it, when it's a folder you go under it and
repeat the operation
With a list (or a queue) you solve it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top