uploadFile
Upload a local file to a remote SSH host. Provide the host alias, local path, and remote destination path.
Instructions
Uploads a local file to an SSH host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostAlias | Yes | Alias or hostname of the SSH host | |
| localPath | Yes | Path to the local file | |
| remotePath | Yes | Path on the remote host |