| > if i want to scan a website like: www.example.com
> that have links to www.example.com/werty/* and i
> only need to store this directory, not the whole
> website, how do i do?
Assuming you can not read www.example.com/werty in your browser, you must let
HTT spider the entire site to get the links to the directory.
Get nothing but html and the directory:
-* +mime:text/html +*/werty/*
| |