| Hello,
I need an answer for an odd problem:
Project: website.com/folder1
- when i run httrack it goes down the structure and grabs all files intended
to get, follows deeper and reaches
"website.com/folder1/subfolder1"
BUT the file
"website.com/folder1/subfolder1/index.html"
links (redirects) to a file at a deeper level such as
"website.com/folder1/subfolder1/Subfolder2/subfolder3/index.html"
The problem is there are many files that must be downloaded
in folder "subfolder2" but somehow httrack skips to the last index.html file
and does not go up and follow the "subfolder2" which is open for browsing,
files are accessible with firefox.
I guess httrack follows sequentially and do not follow upper directories
revealed by the last url.
Any solutions to this? Obviously i 'm looking for an automated solution rather
then adding each revealed directory by hand, in my case 1000's of them.
| |