| On a website that has a page come up which lists several pages within the same
page, how can I automatically download all the files.
For example on the main page
.../files.php
10 files are listed. When highlighting a file it looks like this
.../file_view.php?file=file1.zip
and the next file
.../file_view.php?file=file2.zip
and etc.
How would I direct httrack to download the entire website with all the files.
Even though there are 10 files listed, you can select to look at 100 files at
a time and every time you go from page to page, it's the same url with
additional files, so since I don't know much about this, all I could do is
list the page itself in the filters as well as *.zip. It does not however
download any of the files. Can anyone help with this? | |