Read Remote File Base64
remote_ssh_read_file_base64Reads a remote file over SSH and returns its content as base64, enabling transfer of small binary files from a Linux host.
Instructions
Read a file from the configured SSH host as base64. Use this for small binary files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH hostname or IP address. Overrides REMOTE_SSH_HOST. | |
| path | Yes | Remote Linux path. Use absolute paths or ~/path. | |
| maxBytes | No | Maximum bytes to read from the remote file. | |
| timeoutMs | No | Timeout in milliseconds. |