http://www.labnol.org/software/wget-command-examples/28750/
3. Download a file and save it in a specific folder
wget ‐‐directory-prefix=folder/subfolder example.com
...
8. Download a web page with all assets – like stylesheets and inline images – that are required to properly display the web page offline.
wget ‐‐page-requisites ‐‐span-hosts ‐‐convert-links ‐‐adjust-extension http://example.com/dir/file
A kettőt próbálnám kombinálni.
szerk.: a fenti nekem (Mac OS X El Capitan, wget 1.14 -gyel nem működik.
Esetleg ez jobban beválik: https://github.com/jmil/Thingiverse/blob/master/curlmirror.pl
szerk.2: ez igy nekem azt csinálja, amit te akarsz: wget -p -k --no-check-certificate --directory-prefix=lofasz/teszt www.example.com