keithchambers / sftp-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sftp-sync

Download files with SFTP.

Usage

$ docker build -t sftp-sync https://github.com/keithchambers/sftp-sync.git

$ docker run \
    -e 'HOST=192.168.1.2' \
    -e 'USERNAME=keithchambers' \
    -e 'PASSWORD=YuRP@sWd!' \
    -e 'REMOTE_PATH=/users/keithchambers/web-logs' \
    -e 'LOCAL_PATH=/web-logs' \
    -v /Users/keithchambers/web-logs:/web-logs \
    sftp-sync

About

License:Apache License 2.0


Languages

Language:Python 100.0%