Innovation Award
 September 2007
Number 2 |
Sometimes you need to transfer many files to another server using FTP. PHP provides a built-in FTP extension, but recreating directories and copying many files can be a very tedious task.
This class provides a practical solution for copying or deleting large batches of files from FTP servers.
Manuel Lemos |
This class can be used to copy and delete directories on a remote FTP server.
It can traverse a given directory recursively and copy all its files sub-directories to a given directory on an FTP server. The original permissions are also set on the files and directories on the FTP server.
The class can also recursively traverse a given directory on the FTP server and remove it, including all its files and sub-directories.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Perfect (100.0%) |
Good (92.9%) |
- |
Good (92.9%) |
- |
- |
Sufficient (68.6%) |
227 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.