A simple utility to compress files on your system in memory and upload the compressed data directly to an ftp server and vice-versa.
Usage: FTPSYNC [command] [file] [addr] [port] [user] [pass|@] [root]
[command] =
Command you want the application to perform...CREATE
Create a new archive on the FTP server.DELETE
Delete the archive on the FTP server.REFRESH
Download archive and overwrite all files on disk.UPDATE
Download archive and overwrite changed files on disk.VERIFY
Download archive and make no changes to files on disk.
[file] =
Filename of the archive to use.[addr] =
Hostname or IP address of the FTP server to connect to.[port] =
Port number to connect to (usually 21).[user] =
Username account on the FTP server.[pass] =
Password to the user's account on the FTP server (@=prompt).[root] =
Directory to upload the archive to.