Download files from a SFTP server (typically entries generated by sftp_list).
This plugin requires the pysftp Python module; to install it module run:
pip install pysftp
pysftp depends on the Pycrypto library. If you are using Windows,you may have to install it manually. Windows binaries are available here.
sftp_download:
to: '/Volumes/External/Drobo/downloads'
delete_origin: False
Name | Info | Description |
---|---|---|
to | Path | Destination path; supports Jinja2 templating on the input entry. Fields such as series_name must be populated prior to input into this plugin using metainfo_series or similar. |
recursive | [Yes|No] | Indicates wether to download directory contents recursively. |
delete_origin | [Yes|No] | Indicates wether to delete the remote files(s) once they've been downloaded. |