1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Downloading [complete web site] to the hard drive

Discussion in 'General Internet' started by Adam Isa, 2010/06/02.

  1. 2010/06/02
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    Hello all. Not too sure if this is in the correct place but I was just wondering is there a way of downloading the contents of a specific website, and all the pages therein, to my hard drive so I can view them at my leisure without being connected to the Internet e.g. if I was travelling? I have tried searching for it but can't really seem to find anything.

    There is a program called Sufroffline Browser 2.0 but a) I don't know if that would suit me and b) it's a bit costly costing almost £39 once converted to £ and with the sales tax.

    Thanks in advance.
     
  2. 2010/06/02
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    wget is a Unix/Linux command line utility to do that. It's real easy to use and very fast. There's a version for Windows here:
    http://gnuwin32.sourceforge.net/packages/wget.htm

    Once installed, open a command prompt use this command to get an entire site:
    Code:
    wget -r -k http://www.the-site-u-want.com
    The -r switch means recursive download, i.e. the entire site: all folders and sub-folders and their contents. Be careful with that because a site can be thousands of megabytes if it has multimedia content.

    The -k switch converts links on pages so the links work when viewing them locally.

    If all you want is a directory such as the-site-o-want.com/family-pages, then use
    Code:
    wget -k http://www.the-site-u-want.com/family-pages
     

  3. to hide this advert.

  4. 2010/06/03
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    Thanks for the reply TonyT. I downloaded the .exe of that program, then the sources. Installed them both and went to the folder that they had been installed. Opened up the wget.exe and the command prompt just flashes up and literally disappears a second later. Any ideas? Tried rebooting but it's still the same.
     
  5. 2010/06/03
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    It's a command line program, you cannot doubble click to open it. You first open a prompt and then type the commands.
     
  6. 2010/06/03
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    I am completely confused. I thought I had to open the wget.exe and tytpe the commands within that, but it only flashes open and then closes. Where do I type the commands?
     
  7. 2010/06/03
    rsinfo

    rsinfo SuperGeek Alumni

    Joined:
    2005/12/25
    Messages:
    4,076
    Likes Received:
    178
    "wget" is a DOS utility. Open Command Prompt & then type wget <enter>.

    Read the FAQ/manual for more details.
     
  8. 2010/06/03
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    Oh, I've already tried this. I just get ''wget' is not recognized as an internal or external command, operable program or batch file'.
     
  9. 2010/06/03
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    What operating system are you using?

    If it's Windows 7 you may need to use an elevated command prompt ....

    Orb > All Programs > Accessories - Right click on Command prompt > Run as Administrator.

    Could be the same in Vista, but never used that OS.
     
  10. 2010/06/03
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    Yeah, it is Windows 7 Pete. Tried doing it that way but I just get the same message.

    'C:\Windows\system32\wget

    'wget' is not recognized as an internal or external command, operable program or batch file'. '
     
  11. 2010/06/03
    rsinfo

    rsinfo SuperGeek Alumni

    Joined:
    2005/12/25
    Messages:
    4,076
    Likes Received:
    178
    You have to specify the complete path or add the folder where wget.exe is in PATH variable to execute it. The easier way is to copy the file into Windows folder.
     
  12. 2010/06/03
    rsinfo

    rsinfo SuperGeek Alumni

    Joined:
    2005/12/25
    Messages:
    4,076
    Likes Received:
    178
    Adam,

    Could you please change the title to something like "Downloading web sites to Hard drive" instead of "Downloading the Internet to the hard drive" ?

    I almost fell off my chair when I first saw your post heading :D.
     
  13. 2010/06/03
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Good call rsinfo :) Done
     
  14. 2010/06/03
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    Haha, sorry about that.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.