download_file
Retrieve analysis results from the REMnux MCP Server by downloading files from the output directory. Files are automatically protected in password-secured archives to prevent security system triggers during transfer.
Instructions
Download a file from the output directory (returns base64-encoded content). Use this to retrieve analysis results. Files are wrapped in a password-protected archive by default to prevent AV/EDR triggers. Pass archive: false for harmless files like text reports. Provide output_path to save directly to the host filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | File path relative to the output directory | |
| output_path | Yes | Directory on host to save the downloaded file | |
| archive | No | Wrap the file in a password-protected archive before transfer (default: true). Protects against AV/EDR triggers on the host. Pass false for harmless files like text reports. |