sftp_upload
Upload a local file to a remote server via SFTP. Provide session ID, local path, and remote destination path.
Instructions
Upload a local file to the remote server via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Path to the local file to upload | |
| sessionId | Yes | Session ID from ssh_connect | |
| remotePath | Yes | Destination path on the remote server |