Read Remote File
fs_readRead a file from a remote server via SSH. Provide the session ID and file path to retrieve its contents.
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) | |
| maxBytes | No | Optional per-request read size limit in bytes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||