Skip to content

smartkiwi/load_sftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SFTP/FTP loader that looks for new files

usage:
For FTP session:
python load_sftp.py --host=<host> --user=<user> --password=<password> --remote_dir=<remote dir>  --local_dir=out --history_file=custom_history --debug=DEBUG

For SFTP session:
python load_sftp.py --host=<host> --user=<user> --password=<password> --remote_dir=<remote dir>  --local_dir=out --history_file=custom_history --debug=DEBUG --protocol=scp

For SFTP session publickey authorization:
python load_sftp.py --host=<host> --user=<user> --password=<password> --remote_dir=<remote dir>  --local_dir=out --history_file=custom_history --debug=DEBUG --protocol=scp --pkey


lib should contain paramiko lib

pkeys - could contain keys and known_hosts file otherwise client will use ~/.ssh directory

About

SFTP/FTP loader that looks for new files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages