rename_file
Rename or move a file on a remote server. Specify absolute source and destination paths; in safe mode, both must reside within /tmp or /var/tmp.
Instructions
Rename or move a file. In safe mode, both source and destination must be in /tmp or /var/tmp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. | |
| source | Yes | Absolute path to the source file | |
| destination | Yes | Absolute path to the new location/name |