A simple tip to download multiple image from website folder to your system using wget command.

wget -nd -r /var/www/html/mysite/images -A jpeg,jpg,bmp,gif,png http://mysite.com/folder/image/

This command download all images. 🙂