Read Remote File
fs_readReads a file from a remote system via an active SSH session, with support for custom encoding and optional byte limit.
Instructions
Reads a file from the remote system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to read | |
| encoding | No | File encoding (default: utf8) | |
| maxBytes | No | Optional per-request read size limit in bytes | |
| sessionId | Yes | SSH session ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |