sftp_upload
Upload a file from a local path to a remote path via SFTP using the provided session ID, enabling secure file transfer during SSH operations.
Instructions
Upload a file to remote system via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local file path | |
| sessionId | Yes | Session ID | |
| remotePath | Yes | Remote file path |