ssh_rename_remote_path
Rename a remote file or directory over SSH by providing the connection ID, current path, and new path.
Instructions
重命名远程文件或目录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | SSH连接ID | |
| old_path | Yes | 原始路径 | |
| new_path | Yes | 新路径 |