| Hello, I have a problem downloading a site that allows directory listing.
Httrack works correctly and download every file listed in a directory like
www.site.com/dir2 but if this dir2 has subdirectories not linked in any pages,
httrack doesn't scan them and I can't get a complete mirror.
My command line is this: httrack www.site.com -%v2 -d -s0 -u2 -t --update
Atm I'm solving with this trick: I created a .txt files with all directories
and subdirectories:
www.site/dir1/
www.site/dir1/subdir1/
www.site/dir1/subdir2/
www.site/dir2/
www.site/dir1/subdir2/
ecc.
and them using the -%L urls.txt parameter.
Is there a better solution? Tnx for help. | |