sftp_write
Write content directly to a remote file over SFTP, creating it or overwriting existing content. Use this to transfer text or configuration files to a connected host.
Instructions
Write content to a file on a connected remote host via SFTP. Creates or overwrites the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to write to the file | |
| remotePath | Yes | Absolute path to the remote file | |
| connectionId | Yes | The connection ID |