ssh_upload_file
Upload files from your local machine to a remote server using secure SFTP transfer. Specify local and remote paths to transfer files over SSH connections.
Instructions
Upload a file to the remote server via SFTP
Input Schema
TableJSON 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 |