write_file
Create or modify files on a Virtual Private Server by specifying the file path and content to write. This tool enables remote file management through SSH connections.
Instructions
Create or overwrite a file on the VPS.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file. | |
| content | Yes | Content to write to the file. |