Author Topic: How can I down load a whole website?  (Read 4711 times)

How can I down load a whole website?
« on: 11 April, 2008, 07:42:10 pm »
How can I down load a whole website? I seem to remember that it was easy in the past, but I just don’t seem to be able to find the right button.

Thanks

Mike J

  • Guinea Pig Person
Re: How can I down load a whole website?
« Reply #1 on: 11 April, 2008, 07:44:03 pm »
Do you mean a whole page?

Maladict

Re: How can I down load a whole website?
« Reply #2 on: 11 April, 2008, 07:46:08 pm »
wget

Re: How can I down load a whole website?
« Reply #3 on: 11 April, 2008, 07:47:15 pm »
No, the whole site. I remember that you could down load 3 or 4 layers, but it's a long time since I have had to do it.


pdm

  • Sheffield hills? Nah... Just potholes.
Re: How can I down load a whole website?
« Reply #5 on: 11 April, 2008, 08:00:09 pm »
wget


wget??

wget is a command line utility under *nix (linux, *bsd, etc)

wget http://url

will recursively and completely download all pages at and deep to the url.

There are numerous options to limit or extend the scope of the download.

Re: How can I down load a whole website?
« Reply #6 on: 11 April, 2008, 08:01:39 pm »
Which site are you trying to download?

Maladict

Re: How can I down load a whole website?
« Reply #7 on: 11 April, 2008, 08:04:41 pm »
I think you need -r to get recursive mode.

wget <some url> will download that file, no prereqs etc

Remember that if you download an entire site, you may be breaching their copyright.  And you may cause significant load on their server and cause problems for other users.

If you are a windows user, a windows binary of it is available.

Re: How can I down load a whole website?
« Reply #8 on: 11 April, 2008, 08:06:28 pm »
Read the wget manual carefully or you will find yourself trying to download the entire Internet as it races of following every link then downloading that recursively and so on. There is an option to confine it to the original site.
I think you'll find it's a bit more complicated than that.

Re: How can I down load a whole website?
« Reply #9 on: 11 April, 2008, 08:19:34 pm »
I used to use this

http://www.httrack.com/

Was pretty good

rogerzilla

  • When n+1 gets out of hand
Re: How can I down load a whole website?
« Reply #10 on: 11 April, 2008, 09:13:30 pm »
Read the wget manual carefully or you will find yourself trying to download the entire Internet as it races of following every link then downloading that recursively and so on. There is an option to confine it to the original site.

On the other hand, the next time your granny asks you "Have you got the Internet on that computer?"  you can smile smugly and say "Yes."
Hard work sometimes pays off in the end, but laziness ALWAYS pays off NOW.

Re: How can I down load a whole website?
« Reply #11 on: 11 April, 2008, 09:16:15 pm »
I couldn't understand wget. (not a good start I know)

I ended up using httrack. Thanks
GC


Valiant

  • aka Sam
    • Radiance Audio
Re: How can I down load a whole website?
« Reply #12 on: 11 April, 2008, 11:16:19 pm »
Teleport Pro is good too
You have the right to remain silent. Anything you say will be misquoted, then used against you.

Support Equilibrium

Re: How can I down load a whole website?
« Reply #13 on: 12 April, 2008, 11:20:55 am »
Teleport Pro is good too

Thanks Valiant, I'll check that out for next time.

Nick H.

Re: How can I down load a whole website?
« Reply #14 on: 12 April, 2008, 12:00:15 pm »
Did you know that if you type "Google" into Google you break the internet?

Lonewolff

Re: How can I down load a whole website?
« Reply #15 on: 12 April, 2008, 04:37:38 pm »
If you only want pages which are part of the website and not any external links wget -m <url> will do it. If you do not have acccess to a *nix machine you can get wget for windows here