From a Windows batch file I run;
>httrack.exe --sockets=1 -%c1 <http://example.com> -O ".\example.com" "-*"
"+http://example.com*" "-*?*=*"
However the connections per second option gets garbled and lost. From the
hts-log.txt file;
>httrack.exe -c1 -c1 <http://example.com> -O .\example.com-2012 -*
+http://example.com* -*?*=*
What am I doing wrong? Thanks for your help |