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
 
Back
Top