PHP Classes / FTP Sync

Synchronize local files with a remote FTP host

FTP Sync PHP Class

This class can be used to synchronize local files with a remote FTP host. It connects to a given FTP server and compares the list of files of a remote directory with the files of a given local directory. The class transfers the files to the remote host that are outdated and downloads the files from the remote host that were updated more recently. The directories are traversed recursively but the class may exclude given files or directories.

Similar PHP Classes

Search in PHP Classes

Filter by tags