sftp_read
Read a remote file's contents over SFTP. Provide session ID and file path to retrieve the data.
Instructions
Read contents of a remote file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| path | Yes | Remote file path | |
| encoding | No | File encoding | utf-8 |