download recursive files using ftp

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

download recursive files using ftp

Post by srdva59 »

hi,
i looking for a class / script to download
recursive files to a local folder.
anyone know one that work fine?
i have tested this class but for some reason this class do not
(http://www.phpclasses.org/package/5960- ... a-FTP.html)

download the files for the correct folders, the local folders don´t appear
in the filename.
thanks for your help
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: download recursive files using ftp

Post by Celauran »

Is there any reason you want to do this via PHP rather than, say, wget?
Post Reply