ssh_upload
Upload a local file to a remote server via SFTP. Provide the session name, local file path, and remote destination path.
Instructions
Upload a local file to a remote server via SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionName | Yes | Session to upload to | |
| localPath | Yes | Absolute path to the local file | |
| remotePath | Yes | Absolute destination path on the remote server |