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...CREATECreate a new archive on the FTP server.DELETEDelete the archive on the FTP server.REFRESHDownload archive and overwrite all files on disk.UPDATEDownload archive and overwrite changed files on disk.VERIFYDownload 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.