The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
690 views

How can I resume a httrack mirroring session stopped by limit?

I was mirroring a site using HHTrack, and it ran for some time and stopped with log containing the following: <snip> Too many URLs, giving up..(>100000) To avoid that: use #L option for more ...
1
vote
2answers
509 views

Looking for a program similar to httrack

I want to find a program that I can use to generate a website backup for offline browsing. I tried Httrack, but it doesn't seem to have scheduling options. Scheduling is critical for me. I need to ...
1
vote
0answers
128 views

Trouble using wget or httrack to mirror archived website

I am trying to use wget to create a local mirror of a website. But I am finding that I am not getting all the linking pages. Here is the website ...
1
vote
1answer
141 views

How to continue an HTTrack mirroring session from the command line?

I want to drive my mirroring project using the Command Prompt instead of the WinHTTrack interface so that I can script and schedule the mirroring session more easily. The output of httrack --help ...
1
vote
0answers
103 views

Have httrack backup a site?

I am trying to backup a site with httrack but it isnt doing what I want. It has been going for 20mins already and downloading what looks to be nonsense images and js files from other sites. The page ...
0
votes
1answer
263 views

How to tell httrack not to append index.html to links

When mirroring a site with a link like www.example.com/some/where/ httracks changes it to www.example.com/some/where/index.html in the local copy. Is there an option for avoiding the appended ...
0
votes
1answer
3k views

Can HTTrack download a website without the index page or a website that has some “isolated” pages?

Is it like HTTrack can only download websites that have an index page? And the index page should have all the links to all the other pages on the site, right? Or, at least, all the pages on the site ...
0
votes
0answers
22 views

Removing header & footer tag httrack, command line

Is there anyway to avoid/remove the header & footer tags when mirroring a page? httrack "http://www.domain.com/" -w -q -O "/tmp/www.domain.com" "+*.domain.com/*" -v
0
votes
0answers
32 views

How to not change path /link to /link.html with httrack or wget mirroring?

I created mirror of the site that contains same paths: example.com/contacts example.com/articles/3 ... But httrack (by default) creates files (and change urls): example.com/contacts.html ...
0
votes
0answers
297 views

Downloading images from a webpage

This beautiful boy periodically updates his blog with pics. I want to automate the process of downloading his pics to my computer. Let's say I want to download the 3 images from this entry in his ...
0
votes
1answer
1k views

something better than httrack to download files?

I am trying to download documents (pdf, tiff, images) from webpages that have javascript and frames in them. example: http://127.0.0.1/web/guest/en/websys/webArch/mainFrame.cgi 'httrack --get-files' ...
0
votes
1answer
116 views

It it possible to get httrack to wait N seconds between each transfer?

I've limited the concurrent connections, and I noticed there is something called --advanced-wait, but the manual does not describe if this might do what I want to do. The site in question that I want ...