Hi
I want the command line to download in 3 concurrent connections and not to
wait between downloads.
this does not seem to work:
httrack.exe www.site.com -r1 -n --advanced-wait=0 --sockets=3 -P
localhost:888
(I see in Fiddler that there is only one connection at a time)
What am I doing wrong? |