copy_file
Copy a file to a new absolute path on a remote server. In safe mode, destination must be within /tmp or /var/tmp for security.
Instructions
Copy a file to a new location. In safe mode, 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 destination |