ssh_upload_file
Upload a local file to a remote server via SSH connection by specifying local and remote paths.
Instructions
Upload a file to the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | ID of an active SSH connection | |
| localPath | Yes | Path to the local file | |
| remotePath | Yes | Path where the file should be saved on the remote server |