FTP Sync

This script is useful to mirror a directory over FTP. I find this useful when I am working on web changes on an account I do not have SSH access or VIM. I have plans to add getopt support for more functionality. As of now, most of it is controlled via the environment variables found at the top.

Example usage for uploading local mirror:
$ ftpsync up /subdirectory/on/mirror

Bookmark and Share