write_file
Write content to a remote file over SSH, enabling file creation or updates on remote servers.
Instructions
Write content to a remote file over SSH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | No | ||
| append | No | ||
| errors | No | strict | |
| content | Yes | ||
| encoding | No | utf-8 | |
| password | No | ||
| use_sudo | No | ||
| username | No | ||
| make_dirs | No | ||
| max_bytes | No | ||
| permissions | No | ||
| remote_path | Yes | ||
| key_filename | No | ||
| sudo_password | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |