Skip to content

load_ftp

Loads a byte stream via FTP.

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

Loads a byte stream via FTP.

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

Enables TLS.

Defaults to false.

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.

load_ftp "ftp.example.org"