Skip to content

Instantly share code, notes, and snippets.

@thikade
Created October 20, 2016 12:37
Show Gist options
  • Save thikade/63b852b8a4d54b6be6fe299acc49da83 to your computer and use it in GitHub Desktop.
Save thikade/63b852b8a4d54b6be6fe299acc49da83 to your computer and use it in GitHub Desktop.
httrack cmd line hintsheet
# Mirror
httrack.exe http://127.0.0.1:8080/index.html -O c:\websites --single-log --robots=0 --sockets=1 --timeout=3 --connection-per-second=1000 --mirror
# Update Mirror
httrack.exe http://127.0.0.1:8080/index.html -O c:\websites --single-log --robots=0 --sockets=1 --timeout=3 --connection-per-second=1000 --update
- set level of concurrency by: --sockets=N
- rate limit by: --connection-per-second=N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment