FTP Connections

Configuring a connection to an external FTP can be done with basic connectivity details as outlined below.

ParamExampleDescription

endpoint__ftp_hostname

ftp.google.com

The hostname or ip address of the remote server

endpoint__ftp_port

20

The port of the remote server

endpoint__ftp_username

admin

The username of the remote user

endpoint__ftp_password

password123

The password of the remote user

endpoint__ftp_tls

true

Enable or disable TLS

Last updated