write
Create or fully replace a UTF-8 text file on a selected remote SSH host, creating any missing parent directories automatically.
Instructions
Create or fully replace a UTF-8 text file. REMOTE: paths live on selected target (ssh target.ssh); the file is written on the remote host (parent directories are created).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Exact target name from remote_ssh_targets list. Always select the intended host explicitly. | |
| content | Yes | Full UTF-8 text content to write. | |
| file_path | Yes | Path to write, on the remote host selected target. A relative path resolves against the target root. |