I've used wget as a developer for several years on a Mac (Lion 10.7.5).
wget does not download all directories at a URL unless I tack on a sub-directory.
I'm using wget 1.11.4 thus: wget -r -l3 -m [url] There are subdirectories that it misses, however this: wget -r -l3 -m [url/images] grabs them. -- Amer Neely w: www.softouch.on.ca
