Copy everything to directory structure: wget -E -H -k -K -p http://the.site/dir search .jpgs in structure and copy all to one dir: find . -name *.jpg -exec mv ‘{}’ /target/dir \;
contact@x21.ch
Copy everything to directory structure: wget -E -H -k -K -p http://the.site/dir search .jpgs in structure and copy all to one dir: find . -name *.jpg -exec mv ‘{}’ /target/dir \;