Subject: Re: Changed css, js extension |
Author: William Roeder |
Date: 12/30/2008 19:53 |
| > Sir, I am using lunux os httrack. i used the
> following statement to download the web page. It
> convert all the css & js extension into html. I'm
> using httrack version "3.43"
>
> httrack <http://www.diabetes.org/risk-test.jsp> -c30
> -O /home/anandhi/output/crawler/1/2800 -q -Q -N
> 20081229223633/%n.%t -o0 -X0 -T30 -R1 -I0 %I0 -%F ""
> -F "Mozilla/5.0 Firefox/3.0.3" -B
> -n -r2 -Y -* +*.jpg +*.jpeg +*.css +*.js +*.gif
> +*.bmp +*.tif* +*.png +*.swf
are you quoteing shell special characters
unix: * "+*.bmp"
dos: -%%F | |
|
|
|
|