sftp_upload
Upload a local file to a remote server via SFTP, specifying session, local path, remote path, and optional overwrite.
Instructions
Upload a local file to the remote server via SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| localPath | Yes | Local file path to upload | |
| remotePath | Yes | Remote destination path | |
| overwrite | No | Overwrite if exists |