I need to get all of the images from one website that are contained all in one folder. Like for instance, (site.com/images/.*). Is this possible? If so, whats the best way?<
if the site allows indexing, all you need to do is wget -r --no-parent http://site.com/images/
wget -r --no-parent http://site.com/images/