ssh-write-chunk
Write content to remote files with rewrite or append modes, optimized for token-efficient handling of large content via SSH.
Instructions
Write content to remote files with append/rewrite modes (token-efficient for large content)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Remote server hostname or IP address | |
| user | Yes | SSH username | |
| filePath | Yes | Path to file on remote server | |
| content | Yes | Content to write | |
| mode | No | Write mode: "rewrite" or "append" | rewrite |
| privateKeyPath | No | Path to SSH private key (optional) | |
| port | No | SSH port (default: 22) |