ssh_move
Move or rename a file or directory on a remote Linux server over SSH. Specify source, destination, and optional host from config.
Instructions
Move or rename a file/directory on the remote server.
Args: source: Current path. dest: New path. host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| dest | Yes | ||
| host | No |