| > ("C:Program FilesWinHTTrackhttrack.exe" -%L
> C: est est.txt -O C: est/test -%v -s0 -* +*.jpg
> -*.jpg*[ +*.html +www.193.34.134.74/
> +www.83.149.125.7/ )
Not a valid command no url
There is no such host www.83.149.125.7
> I am able to download all pictures from the links in
> my test.txt but the filter "-*.jpg*[<80]" doesn't
> work. As you can see in the hts-log httrack makes
> "-*.jpg*[<80]" to "-*.jpg*[" without <80]
did you put quotes around the shell specific characters "-*.jpg*[< 80]"
(unnecessary if you had used the GUI)
Also there should be a space after the </> (parser bug, one works one
doesn't)
Why are you using the command line and not the GUI?Post the actual command
used (log file line two)
| |