| > I try to download a site with lots of PDFs, ZIPs,
> etc. Unfortunately, HTTrack adds a 4-digit hex code
> to each file name before the extension. The hex code
> is the same for each file on a specific page.
> How can I get rid of this?A mirror is not a copy.
site/getImage?ID=1 and site/getImage?ID=2 can be two different images. No way
for HTT to tell. So it MUST use two unique filenames to store them,
getImage.jpg will not work.
The default is to use the hash code of the URL.
<http://httrack.kauler.com/help/Home> You can use a user defined structure to
make the names, things like getImage-ID2.jpg instead of getImageHHHH.jpg.
| |