Download files from a SFTP server (typically entries generated by sftp_list).
sftp
extra provided by FlexGet is installed.pip install flexget[sftp]
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. |