write_file
Write content to a file on a VPS at a given absolute path, creating parent directories if needed and overwriting existing files.
Instructions
Write content to a file on the VPS (creates or overwrites)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file on the VPS | |
| content | Yes | Content to write to the file | |
| create_dirs | No | Create parent directories if they don't exist |