SFTP Connections
Configuring a connection to an external SFTP can be done with basic connectivity details as outlined below.
Connection Params
Param Key
Example Value
Description
endpoint__sftp_hostname
sftp.google.com
The hostname or ip address we are connecting to
endpoint__sftp_port
22
Port for the connection
endpoint__sftp_username
admin
The username for the remote connection
endpoint__sftp_password
passwordthatissecure
(Optional) The password for the remote connection
endpoint__sftp_key
--- BEGIN RSA KEY ---
(Optional) A private key in PEM format.
endpoint__sftp_key_password
password
(Optional) The private key password
Last updated