| > I must first know how to download a page with its images,
> zips to a structure alike to IE's 'save as'. I couldn't
> find the right option out of tens of options in the
> manuals. Anyone experienced in this commandline can lend
me
> a hand?
Just use filters, such as
-* +*.zip +*.gif
or eve better,
-* +*.zip +*.gif +*.jpg +*.png +*.css +*.js
All links [note:except top level links] will be forbidden,
except images and zip files
(like in 'httrack www.foo.com/bar/ -* +*.zip +*.gif')
| |