httrack
httrack copied to clipboard
question: parrallel pages downloading
hi. i try to use httrack to build html version of site and i have some trouble in parallel page downloading (tried in Centos and Ubuntu console).
.sh file:
httrack http://some.site -f2 -s0 -c48 -T60 -q -R2 -K0 -%! --disable-security-limits -%F "<!-- test -->" -F "Firefox 65.0.3" -A999999999 -%c90
All pages downloading in 1 thread. Site have only 3 level of depth.
maybe someone see the problem in my command line?