FTP Sync
Package:
Summary:
Synchronize local files with a remote FTP host
Groups:
Author:
Description:
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.
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.
Comments are closed.