Download index of / folder

Solved
Mouton2007 Posted messages 132 Status Member -  
 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 answers

  1. Mouton2007 Posted messages 132 Status Member 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
    1. Mouton2007 Posted messages 132 Status Member 23
       
      In fact: wget -r -np http://address/directory/ to avoid getting the parent directories.
      0
    2. Thanks
       
      Terrible :-D
      Thank you, comrade!
      0