Wget – mirror an index listing of apache/nginx
Notes:
Will not download the “index.html” generated by the index listing
wget -r -nH -np -R "*index.html*" '<url>'
Will not download the “index.html” generated by the index listing
wget -r -nH -np -R "*index.html*" '<url>'