ssh_file_read
Read a text file from a remote server over SSH. Truncates oversized files to prevent memory overload, returning the first portion of content.
Instructions
Прочитать текстовый файл с сервера. Большие файлы обрезаются.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | ||
| max_bytes | No | ||
| remote_path | Yes |