Skip to content

SFTP Connection

Connect to an SFTP server to use file transfer nodes in your workflows.

Configuration

FieldDescriptionRequired
HostSFTP server hostname or IP address (e.g., sftp.example.com)Yes
PortSFTP port (default: 22)No
UsernameSFTP userYes
PasswordSFTP passwordYes

Usage

Once created, this connection becomes available in all SFTP nodes:

  • SFTP Stream Read
  • SFTP Stream Write
  • SFTP List Files
  • SFTP Delete
  • SFTP Rename / Move

TIP

Make sure the SFTP user has read/write permissions on the directories your workflows will access.