Skip to content

File Transfer Triggers

Transfer files via SFTP/SCP.

Parameter Type Required Description
hostname string SFTP server hostname
port integer Port (default 22)
username string Username
password string Password (if not using key)
private_key_path string Private key file path
private_key_passphrase string Key passphrase
local_path string Local file path
remote_path string Remote destination path

Transfer files via FTPS.

Parameter Type Required Description
hostname string FTPS server hostname
port integer Port (default 21)
username string Username
password string Password
local_path string Local file path
remote_path string Remote destination path

Transfer files via WebDAV.

Parameter Type Required Description
webdav_url string WebDAV server URL
username string Username
password string Password
local_path string Local file path
remote_path string Remote destination path