fs_write
Write data to a file on a remote server over an existing SSH session. Specify file path, content, and optional permissions.
Instructions
Writes data to a file on the remote system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| path | Yes | File path to write | |
| data | Yes | Data to write to file | |
| mode | No | File permissions mode |