fs_read
Read a file from a remote system over SSH by providing the session ID and file path.
Instructions
Reads a file from the remote system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| path | Yes | File path to read | |
| encoding | No | File encoding (default: utf8) |