@dankolz/sftp-file-downloader
v1.0.1
Published
Downloads a file from an sftp server. Allows you to specify user, pass, host, source, and destination on the command line.
Downloads
1
Readme
SFTP File Download
Downloads a file from an sftp server. Allows you to specify user, pass, host, source, and destination on the command line.
Install
Install globally to use the command
sudo npm install -g @dankolz/sftp-file-downloader
Usage
Use like:
sftp-file-downloader -h <host> -u <username> -p <password> <source_file> <destination>