Download index of / folder

Solved
Mouton2007 Posted messages 132 Status Membre -  
 Thanks -
Hello,

everything is in the title. I have access to an "index of /" page that contains a folder structure with various files to download (freely). I wanted to know what method I could use to download all the contents of a folder?

Thank you.

3 réponses

Mouton2007 Posted messages 132 Status Membre 23
 
Thank you! I didn't know what to look for on Google. Site scraper led me to wget (I'm on Linux).

So for others:
wget -r http://address/directory/

Thanks to you!
7
Mouton2007 Posted messages 132 Status Membre 23
 
In fact: wget -r -np http://address/directory/ to avoid getting the parent directories.
0
Thanks
 
Terrible :-D
Thank you, comrade!
0