Rename / Move
rename-fileRename or relocate a file or directory on an FTP server by providing the current path and the desired new path.
Instructions
Rename or move a file or directory on the FTP server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toPath | Yes | New path for the file or directory | |
| fromPath | Yes | Current path of the file or directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toPath | Yes | ||
| renamed | Yes | ||
| fromPath | Yes |