ssh_upload_file
Upload a local file to a remote server using an active SSH connection. Provide the connection ID, local path, and remote destination path to transfer the file.
Instructions
Upload a file to the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Path to the local file | |
| remotePath | Yes | Path where the file should be saved on the remote server | |
| connectionId | Yes | ID of an active SSH connection |