Write Remote File
fs_writeWrites data to a remote file over SSH using a session ID, file path, and content, with optional permission mode.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||