Catch all files of certain type

To ensure you capture all files of a certain type you can use different methods.

You can use the "Get files near a link" option if files are in a foreign domain (see: Mirror with outside files). However, this is not restricted to any particular type.

You can also use Filters (scan rules). You may have noticed that the default WinHTTrack settings already accept certain filetypes (eg GIF and JPG):

+*.gif +*.jpg +*.css +*.js

All of those types above will be accepted, even if they are outside the start address or on a different domain. So if you want to accept all linked ZIP files, add this to your filters:

+*.zip

Note

Simply adding a filter like +*.pdf does not guarantee that every single PDF file you want will be downloaded. It's only telling HTTrack to accept any link to a PDF that it finds. Sometimes the program is unable to find all desired links (Robots.txt, obscuring javascript, etc).

See also