Connect to ftp
Connect to ftp
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Protocol | The protocol to use. | SELECT_ONE | true | 'SFTP' |
Authentication | The authentication to use. | SELECT_ONE | true | 'USERNAME_PASSWORD' |
Username | The username to authenticate with sftp | STRING | false | |
Password | The password to authenticate with sftp | PASSWORD | false | |
Private key | The private key to authenticate with sftp | PASSWORD | false | |
Remote host | The remote host to connect with | STRING | true | |
Port | The port to connect with | NUMBER | false | |
Remote directory | The remote directory to read | STRING | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Folder to read | The folder read on the sftp. | FOLDER | FTP_FOLDER |
The status | The status will be placed in this variable. | STATUS | FTP_STATUS |