sftp_write
Create or overwrite a text file on one of your servers over SFTP. 'content' is written as UTF-8. Capped at 512 KB; for binary uploads use a terminal/scp instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Server id from hosts_list | |
| path | Yes | Destination file path (created or overwritten) | |
| content | Yes | UTF-8 text to write | |
| username | No | Login user (defaults to the tunnel's user, else root) |