ssh_upload
Upload a local file to a remote SSH server by specifying the server name, local path, and remote destination path.
Instructions
Upload file to remote SSH server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name | |
| localPath | Yes | Local file path | |
| remotePath | Yes | Remote destination path |