Created
October 20, 2016 12:37
-
-
Save thikade/63b852b8a4d54b6be6fe299acc49da83 to your computer and use it in GitHub Desktop.
httrack cmd line hintsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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