ssh_write_file
Write text content to a file on a remote host via SFTP, overwriting it if it exists. Optionally create missing parent directories to ensure the target path is ready.
Instructions
Write text content to a file on the remote host via SFTP, overwriting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| session_id | Yes | ||
| create_dirs | No |