| > I'm trying to save a site so only certain filenames
> will be saved (ex: artist_information.html), these
> files aren't present on root url (their depth is 3 I
> think). how do I configure httrack to save only
> these files?
If you know the urls of the files, paste them in and use action=get separated
files.
Otherwise you must allow httrack to spider the site to find the files. Filter
out everything else: -* +*.html
| |