How to download all files on an apache index directory with linux

Want to download all of these but too lazy to do it manually?

Use the following command:

wget -r -np -nH --cut-dirs=3 -R index.html http://hostname/aaa/bbb/ccc/ddd/

Comments