ftp_read
Reads the contents of a remote text file from an FTP server. Provide the remote path and optional encoding to retrieve the file's text directly.
Instructions
Read the content of a remote file (text files only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoding | No | File encoding (default: utf-8) | utf-8 |
| remotePath | Yes | Remote file path to read |