Move a file or folder using SFTP
Move or rename a file or folder on 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 | |
| Source path | The current path of the file or folder to move or rename | Text (Long) | Yes | /path/to/file.txt |
| Destination path | The new path or name for the file or folder | Text (Long) | Yes | /new/path/file.txt |
| Auto-generate folder structure? | Automatically create the folder structure if it does not exist | True/False | No | true |
| Overwrite destination content? | Overwrite the content of the destination file or folder if it exists | True/False | No |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|---|---|---|---|
| Destination path | The new path or name of the file or folder | Text (Long) | No | /new/path/file.txt |
Outcomes
| Name | Description |
|---|---|
| Success | This status is selected if the job has successfully completed. |
| No result | This status is selected if the job has successfully completed but no result was produced. |
Requirements
- N/A