ssh_upload_file
Upload a local file to a remote server via an active SSH connection. Specify the local file path and the remote destination directory.
Instructions
上传文件到远程服务器
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | SSH连接ID | |
| local_path | Yes | 本地文件路径 | |
| remote_path | Yes | 远程文件路径 |