Common Question: How do you download the contents of a web directory?
http://stackoverflow.com/questions/914624/downloading-the-contents-of-a-web-directory
$ wget --wait 2 -rkc --no-parent http://example.com/dir
See the complete wget manual here. wget for Windows too.