Upload file using SFTP
Upload a file to an SFTP server.
Application
- SFTP
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|---|---|---|---|
| SFTP connected account | The credentials for the SFTP server | Connected Account | Yes | |
| File | The file to be uploaded to the SFTP server | File | Yes | |
| Remote folder path | The destination folder on the SFTP server | Text (Long) | Yes | /remote/path/ |
| Auto-generate folder structure? | Generate the folder structure if it doesn’t exist | True/False | No | |
| Overwrite remote file? | If true, overwrites the remote file if it exists. If false, a unique file name will be generated | True/False | No |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|---|---|---|---|
| File Path | The full path of the uploaded file on the SFTP server | Text (Long) | No | /remote/path/file.txt |
Outcomes
| Name | Description |
|---|---|
| Success | This status is selected if the job has successfully completed. |
Requirements
- N/A