| Is there a way to make HTTrack download and parse the site's html/htm/xml/php
etc. files and create an index out of it?
Something like:
path size date
<http://www.somesite.com/index.html> 20 20100301
<http://www.somesite.com/img/> - 20100301
<http://www.somesite.com/img/1.jpg> 34 20100304
<http://www.somesite.com/img/2.png> 215 20100303
<http://www.somesite.com/download/file.zip> 1637 20100302
etc.
I can use the filter options to download those files, but since HTTrack
already has a parsing engine, creating an index would be a nice addition (if
I'm not missing some existing option)
Thanks. | |