Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 925 Bytes

ftp_download.md

File metadata and controls

33 lines (26 loc) · 925 Bytes
title description published date tags editor dateCreated
ftp_download
true
2022-09-18 05:06:02 UTC
markdown
2022-09-18 05:05:59 UTC

ftp_download

Downloads content from a ftp and saves it into a local path. Path is retrieved from an entry plugin. The Entry URL must contain the FTP username and password

NOTE: The ftp_tmp_path option will probably be changed to just path for consistency with other plugins. #2443

Example:

ftp_download:
  use-ssl: False
  delete_origin: False
  ftp_tmp_path: /home/dl/tv

Options

All options available are optional.

Name Description
use-ssl Defines wether or not it should use SSL login.
ftp_tmp_path Defines the local path in which the medias will be downloaded.
delete_origin If set to True (False by default), the downloaded content will be deleted on the server after successful retrieval