Skip to content

save_ftp

Saves a byte stream via FTP.

save_ftp url:str [tls=bool, cacert=string, certifle=string,
keyfile=string, skip_peer_verification=bool]

Saves a byte stream via FTP.

The URL to request from. The ftp:// scheme can be omitted.

Enables TLS.

Defaults to true.

Path to the CA certificate used to verify the server’s certificate.

Defaults to the Tenzir configuration value tenzir.cacert, which in turn defaults to a common cacert location for the system.

Path to the client certificate.

Path to the key for the client certificate.

Toggles TLS certificate verification.

Defaults to false.

save_ftp "ftp.example.org"