Rename / Move
rename-fileRenames or moves files and directories on an FTP server by specifying the current and new paths.
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 |