0.1.1 • Published 11 years ago
autoput v0.1.1
autoput
A command-line utility to watch files for changes and upload them via SFTP.
Features
- ignore globs
- keepalive
- automatic reconnecting
Installation
npm install autoput -gUsage
- Run
autoput initin the directory you want to watch. - Fill out your server info in the newly-generated
sftp.jsonconfig file. - Run
autoputto start the watch. All subdirectories will also be watched, unless they match an ignored glob specified insftp.json.
Status
- There are no tests.
- Not sure if it works with public/private keys, I've only tested it with username/password authentication.
- Only SFTP is supported (not FTP).