You have to either increase recursion maximum depth level with `-l`:
wget -r -np -R "index.html*" -l 10
or replace `-r` with `-m`:
wget -m -np -R "index.html*" -l 10
You have to either increase recursion maximum depth level with `-l`:
wget -r -np -R "index.html*" -l 10
or replace `-r` with `-m`:
wget -m -np -R "index.html*" -l 10