ssh_file_copy
Copy a file to a remote location, optionally adding a timestamp to the destination filename for version tracking.
Instructions
Copy a file with optional timestamp appended to the destination.
Returns: Dictionary with operation status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Source file path | |
| destination_path | Yes | Destination file path | |
| append_timestamp | No | Whether to append a timestamp to the destination | |
| use_sudo | No | Use sudo for the operation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||