| Is it possible to download all of the links on website.asp to its own directory
instead of renaming each id to an html file in the same directory website.html
will be stored to?
for instance if winhttrack encounters this:
www.domain.com/website.asp?id=1111
it will by default rename it to:
website####.html (where #### as you know can be any hex number)
instead of doing that, I want it to do this:
create the directory "website" and store all of the id's as html files in that
directory, so website.asp?id=1111 and website.asp?id=2222 will be stored in
the directory "website" as 1111.html and 2222.html
Thanks for any help! | |