arvan_ssh_download_file
Retrieve a file from a remote server via SFTP, up to 256 KiB. Supports password, private key, or key file authentication.
Instructions
Read a file from the server via SFTP (truncated to 256 KiB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| remote_path | Yes | ||
| as_base64 | No | ||
| username | No | ||
| port | No | ||
| private_key | No | ||
| key_file | No | ||
| password | No | ||
| passphrase | No | ||
| known_hosts | No |