Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mdelaney123

macrumors regular
Original poster
Anyone know of a software program that will save a web site locally to my iBook so I can view the site when I am not connected to the internet?

Thanks...
 
/Applications/Utilities/Terminal

Then I am *fairly* sure that wget is installed in OSX by default so if you get an error saying the below can't be ran for whatever reason then it's a different story but hopefully it is as easy as:

Code:
wget -m -k http://yourwebsite.com

You might want to

Code:
mkdir yourwebsite.com

Then

Code:
cd yourwebsite.com

First though.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.