How to download a folder from a server/site

Discussion in 'Site & Server Administration' started by Dead Man, Nov 23, 2012.

  1. #1
    Hello

    I just want to know that how to download a complete folder that contains images & html files from server. I am going to attach screen shot...

    sample.gif

    Let's suppose I want to download any folder from attached page. HOW?????

    Waiting
     
    Dead Man, Nov 23, 2012 IP
  2. silentscope

    silentscope Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you elaborate more the case ?
     
    silentscope, Nov 23, 2012 IP
  3. Dead Man

    Dead Man Active Member

    Messages:
    165
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    88
    #3
    Let's suppose i open a page www.site.com/main/

    A list of folders appears as shown in screenshot... I just want to know the way to download specific folder...
     
    Dead Man, Nov 23, 2012 IP
  4. RoseHosting

    RoseHosting Well-Known Member

    Messages:
    230
    Likes Received:
    11
    Best Answers:
    11
    Trophy Points:
    138
    #4
    you can use `wget` to achieve this, but note that the the server has to have directory listing so wget can recursively download stuff. something like the following should do the job:

    wget -r --no-parent http://the-website.net/somedir/
    Code (markup):
    HTH
     
    RoseHosting, Nov 25, 2012 IP