I wonder if the following would work with httrack:
there is local html.file with images from the web.
i want to create a output html file with the downloaded images.
the images should be in the same folder as the source file
i tried
"C:\Program Files\WinHTTrack\httrack.exe" localfile.html "+*.png" "+*.gif"
"+*.jpg" "+*.css" "-*.js" "-ad.doubleclick.net/*" -r1 -n
i get the following error:
Error: "Unable to get server's address: Unknown error" (-5) after 2 retries
at link files/robots.txt
thank you very much
tom |