ssh_append_file
Append content to remote files without reading them first. Creates file if missing.
Instructions
Append text to the end of a file on the remote server.
Efficient for adding content to large files — no read round-trip needed. The file is created if it does not exist.
Args: path: Path to the file on the remote. content: Text content to append. host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| host | No |