Is there any free application for downloading an entire site installable on Mac OS X 10.6?
|
feedback
|
|
I've always loved the name of this one: SiteSucker. | |||
|
feedback
|
|
You can use wget with it's wget --mirror –w 2 –p --HTML-extension –-convert-links –P /home/user/sitecopy/ man page for additional switches here. If using the command line is too difficult, then CocoaWget is an OS X GUI for | |||||||||||||||
feedback
|
|
| |||
|
feedback
|
|
http://epicware.com/webgrabber.html I use this on leopard, not sure if it will work on snow leopard, but worth a try | |||
|
feedback
|
|
pavuk is by far the best option ... It is command line but has an X-Windows GUI if you install this from the Installation Disk or download. Perhaps someone could write a Aqua shell for it. pavuk will even find links in external javascript files that are referenced and point these to the local distribution if you use the -mode sync or -mode mirror options. It is available through the os x ports project, install port and type
Lots of options (a forest of options). | ||||
|
feedback
|
|
Use curl, it's installed by default in OS X. wget isn't, at least not on my machine, (Leopard). Typing:
Will download to the file, dump.html in your current folder | |||||||||||||
feedback
|