ssh_upload_file
Upload a file to a remote server via SFTP, with options to create directories and specify connection.
Instructions
Upload a file to the remote server via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local file path to upload | |
| remotePath | Yes | Remote destination path | |
| connectionId | No | Connection ID to use | default |
| createDirs | No | Create remote directories if they don't exist |