SFTP Connection
Connect to an SFTP server to use file transfer nodes in your workflows.
Configuration
| Field | Description | Required |
|---|---|---|
| Host | SFTP server hostname or IP address (e.g., sftp.example.com) | Yes |
| Port | SFTP port (default: 22) | No |
| Username | SFTP user | Yes |
| Password | SFTP password | Yes |
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.