Httrack Gui May 2026
| Component | Function | |-------------------------|--------------------------------------------------------------------------| | | Saves settings (URLs, options, filters) as .htt files. | | Mirror Wizard | Step-by-step setup for new downloads. | | Rule Engine GUI | Visual builder for include/exclude rules (regex or wildcard). | | Download Monitor | Real-time progress, speed, errors, and file count. | | Log Viewer | Displays detailed output from the engine. | | Link Verifier | Checks downloaded pages for broken links (offline mode). | | Update Manager | Resumes interrupted downloads and updates existing mirrors. |
The GUI generates a command like:
| GUI Option | Engine Flag | Effect | |--------------------------------|--------------------|----------------------------------------| | Mirror depth = 5 | -r5 | Follow links 5 levels deep. | | Exclude *.zip | -A -*.zip | Skip all ZIP archives. | | Include only *.html | -A +*.html | Download nothing but HTML files. | | Use cookies from browser | -c8 | Import cookies from Firefox/Chrome. | | Limit to 10 MB per file | --max-size=10000000 | Skip files larger than 10 MB. | httrack gui