Free Mac OS X application for downloading an entire website












21















Is there any free application for downloading an entire site installable on Mac OS X 10.6?










share|improve this question





























    21















    Is there any free application for downloading an entire site installable on Mac OS X 10.6?










    share|improve this question



























      21












      21








      21


      15






      Is there any free application for downloading an entire site installable on Mac OS X 10.6?










      share|improve this question
















      Is there any free application for downloading an entire site installable on Mac OS X 10.6?







      macos software-rec website download






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 8 '09 at 21:24









      alex

      15.3k64673




      15.3k64673










      asked Nov 8 '09 at 20:00









      Am1rr3zAAm1rr3zA

      3,78093753




      3,78093753






















          8 Answers
          8






          active

          oldest

          votes


















          18














          I've always loved the name of this one: SiteSucker.



          UPDATE: Versions 2.5 and above are not free any more. You may still be able to download earlier versions from their website.






          share|improve this answer


























          • I like this one too. Simple to use interface also.

            – Troggy
            Nov 10 '09 at 16:59











          • Ditto! this thing works, has a nice gui and is easy to configure....

            – Brad Parks
            Aug 11 '14 at 1:58






          • 1





            It's not free. On the App store, they're asking $5.

            – JohnK
            Sep 16 '14 at 4:26






          • 2





            @JohnK looks like they changed policy for 2.5.x and above, but earlier versions are still available for free from sitesucker.us/mac/versions2.html.

            – Grzegorz Adam Hankiewicz
            Sep 17 '14 at 17:46






          • 1





            @GrzegorzAdamHankiewicz is right, you can download 2.4.6 free from their site here - ricks-apps.com/osx/sitesucker/archive/2.x/2.4.x/2.4.6/…

            – csilk
            Apr 11 '17 at 4:25



















          37














          You can use wget with it's --mirror switch.



          wget --mirror –w 2 –p --HTML-extension –-convert-links –P /home/user/sitecopy/


          man page for additional switches here.



          For OSX, you can easily install wget(and other command line tools) using brew.



          If using the command line is too difficult, then CocoaWget is an OS X GUI for wget. (Version 2.7.0 includes wget 1.11.4 from June 2008, but it works fine.)






          share|improve this answer


























          • I need software man, don't want use wget

            – Am1rr3zA
            Nov 8 '09 at 20:07






          • 29





            wget is software, and it's the most flexible.

            – John T
            Nov 8 '09 at 20:09






          • 6





            wget is brilliant software, it's a one-stop-shop for any downloading you might fancy.

            – Phoshi
            Nov 8 '09 at 20:15











          • ok then Tanx for your answer

            – Am1rr3zA
            Nov 8 '09 at 20:17






          • 1





            Wget is great. I use wget --page-requisites --adjust-extension --convert-links when i want to download single but complete pages (articles etc).

            – ggustafsson
            Feb 4 '12 at 15:05



















          3














          SiteSuuker has already been recommended and it does a decent job for most websites.



          I also find DeepVacuum to be a handy and simple tool with some useful "presets".



          Screenshot is attached below.



          -



          Simple interface with "presets"






          share|improve this answer



















          • 1





            Awesome tool, just what i needed!

            – Hello World
            Oct 23 '14 at 12:26











          • It's really simple and works very well!

            – madx
            Sep 3 '15 at 21:18



















          2














          HTTrack




          • http://pdb.finkproject.org/pdb/browse.php?summary=httrack






          share|improve this answer































            1














            http://epicware.com/webgrabber.html



            I use this on leopard, not sure if it will work on snow leopard, but worth a try






            share|improve this answer































              1














              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



              port install pavuk



              Lots of options (a forest of options).






              share|improve this answer

































                0














                A1 Website Download for Mac



                It has presets for various common site download tasks and many options for those who wish to configure in detail. Includes UI + CLI support.



                Starts as a 30 days trial after which is turns into "free mode" (still suitable for small websites under 500 pages)






                share|improve this answer































                  -2














                  Use curl, it's installed by default in OS X. wget isn't, at least not on my machine, (Leopard).



                  Typing:



                  curl http://www.thewebsite.com/ > dump.html


                  Will download to the file, dump.html in your current folder






                  share|improve this answer


























                  • Main problem with that is that that's downloading the homepage, not the entire website.

                    – Phoshi
                    Nov 8 '09 at 21:58











                  • Well, look at the man page

                    – Fred
                    Nov 8 '09 at 21:59






                  • 2





                    Last I checked, curl doesn't do recursive downloads (that is, it can't follow hyperlinks to download linked resources like other web pages). Thus, you can't really mirror a whole website with it.

                    – Lawrence Velázquez
                    Nov 9 '09 at 0:05











                  • Well, then do a quick script to get the links, we are in command line land right? Otherwise, just use a tool with a graphical front end.

                    – Fred
                    Nov 9 '09 at 0:54






                  • 2





                    (And its name is cURL... I think John T's edit were really improving your answer.)

                    – Arjan
                    Nov 10 '09 at 22:04











                  Your Answer








                  StackExchange.ready(function() {
                  var channelOptions = {
                  tags: "".split(" "),
                  id: "3"
                  };
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function() {
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled) {
                  StackExchange.using("snippets", function() {
                  createEditor();
                  });
                  }
                  else {
                  createEditor();
                  }
                  });

                  function createEditor() {
                  StackExchange.prepareEditor({
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: true,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: 10,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader: {
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  },
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  });


                  }
                  });














                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function () {
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f67604%2ffree-mac-os-x-application-for-downloading-an-entire-website%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  8 Answers
                  8






                  active

                  oldest

                  votes








                  8 Answers
                  8






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  18














                  I've always loved the name of this one: SiteSucker.



                  UPDATE: Versions 2.5 and above are not free any more. You may still be able to download earlier versions from their website.






                  share|improve this answer


























                  • I like this one too. Simple to use interface also.

                    – Troggy
                    Nov 10 '09 at 16:59











                  • Ditto! this thing works, has a nice gui and is easy to configure....

                    – Brad Parks
                    Aug 11 '14 at 1:58






                  • 1





                    It's not free. On the App store, they're asking $5.

                    – JohnK
                    Sep 16 '14 at 4:26






                  • 2





                    @JohnK looks like they changed policy for 2.5.x and above, but earlier versions are still available for free from sitesucker.us/mac/versions2.html.

                    – Grzegorz Adam Hankiewicz
                    Sep 17 '14 at 17:46






                  • 1





                    @GrzegorzAdamHankiewicz is right, you can download 2.4.6 free from their site here - ricks-apps.com/osx/sitesucker/archive/2.x/2.4.x/2.4.6/…

                    – csilk
                    Apr 11 '17 at 4:25
















                  18














                  I've always loved the name of this one: SiteSucker.



                  UPDATE: Versions 2.5 and above are not free any more. You may still be able to download earlier versions from their website.






                  share|improve this answer


























                  • I like this one too. Simple to use interface also.

                    – Troggy
                    Nov 10 '09 at 16:59











                  • Ditto! this thing works, has a nice gui and is easy to configure....

                    – Brad Parks
                    Aug 11 '14 at 1:58






                  • 1





                    It's not free. On the App store, they're asking $5.

                    – JohnK
                    Sep 16 '14 at 4:26






                  • 2





                    @JohnK looks like they changed policy for 2.5.x and above, but earlier versions are still available for free from sitesucker.us/mac/versions2.html.

                    – Grzegorz Adam Hankiewicz
                    Sep 17 '14 at 17:46






                  • 1





                    @GrzegorzAdamHankiewicz is right, you can download 2.4.6 free from their site here - ricks-apps.com/osx/sitesucker/archive/2.x/2.4.x/2.4.6/…

                    – csilk
                    Apr 11 '17 at 4:25














                  18












                  18








                  18







                  I've always loved the name of this one: SiteSucker.



                  UPDATE: Versions 2.5 and above are not free any more. You may still be able to download earlier versions from their website.






                  share|improve this answer















                  I've always loved the name of this one: SiteSucker.



                  UPDATE: Versions 2.5 and above are not free any more. You may still be able to download earlier versions from their website.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Sep 17 '14 at 17:47

























                  answered Nov 8 '09 at 21:17









                  Grzegorz Adam HankiewiczGrzegorz Adam Hankiewicz

                  8091621




                  8091621













                  • I like this one too. Simple to use interface also.

                    – Troggy
                    Nov 10 '09 at 16:59











                  • Ditto! this thing works, has a nice gui and is easy to configure....

                    – Brad Parks
                    Aug 11 '14 at 1:58






                  • 1





                    It's not free. On the App store, they're asking $5.

                    – JohnK
                    Sep 16 '14 at 4:26






                  • 2





                    @JohnK looks like they changed policy for 2.5.x and above, but earlier versions are still available for free from sitesucker.us/mac/versions2.html.

                    – Grzegorz Adam Hankiewicz
                    Sep 17 '14 at 17:46






                  • 1





                    @GrzegorzAdamHankiewicz is right, you can download 2.4.6 free from their site here - ricks-apps.com/osx/sitesucker/archive/2.x/2.4.x/2.4.6/…

                    – csilk
                    Apr 11 '17 at 4:25



















                  • I like this one too. Simple to use interface also.

                    – Troggy
                    Nov 10 '09 at 16:59











                  • Ditto! this thing works, has a nice gui and is easy to configure....

                    – Brad Parks
                    Aug 11 '14 at 1:58






                  • 1





                    It's not free. On the App store, they're asking $5.

                    – JohnK
                    Sep 16 '14 at 4:26






                  • 2





                    @JohnK looks like they changed policy for 2.5.x and above, but earlier versions are still available for free from sitesucker.us/mac/versions2.html.

                    – Grzegorz Adam Hankiewicz
                    Sep 17 '14 at 17:46






                  • 1





                    @GrzegorzAdamHankiewicz is right, you can download 2.4.6 free from their site here - ricks-apps.com/osx/sitesucker/archive/2.x/2.4.x/2.4.6/…

                    – csilk
                    Apr 11 '17 at 4:25

















                  I like this one too. Simple to use interface also.

                  – Troggy
                  Nov 10 '09 at 16:59





                  I like this one too. Simple to use interface also.

                  – Troggy
                  Nov 10 '09 at 16:59













                  Ditto! this thing works, has a nice gui and is easy to configure....

                  – Brad Parks
                  Aug 11 '14 at 1:58





                  Ditto! this thing works, has a nice gui and is easy to configure....

                  – Brad Parks
                  Aug 11 '14 at 1:58




                  1




                  1





                  It's not free. On the App store, they're asking $5.

                  – JohnK
                  Sep 16 '14 at 4:26





                  It's not free. On the App store, they're asking $5.

                  – JohnK
                  Sep 16 '14 at 4:26




                  2




                  2





                  @JohnK looks like they changed policy for 2.5.x and above, but earlier versions are still available for free from sitesucker.us/mac/versions2.html.

                  – Grzegorz Adam Hankiewicz
                  Sep 17 '14 at 17:46





                  @JohnK looks like they changed policy for 2.5.x and above, but earlier versions are still available for free from sitesucker.us/mac/versions2.html.

                  – Grzegorz Adam Hankiewicz
                  Sep 17 '14 at 17:46




                  1




                  1





                  @GrzegorzAdamHankiewicz is right, you can download 2.4.6 free from their site here - ricks-apps.com/osx/sitesucker/archive/2.x/2.4.x/2.4.6/…

                  – csilk
                  Apr 11 '17 at 4:25





                  @GrzegorzAdamHankiewicz is right, you can download 2.4.6 free from their site here - ricks-apps.com/osx/sitesucker/archive/2.x/2.4.x/2.4.6/…

                  – csilk
                  Apr 11 '17 at 4:25













                  37














                  You can use wget with it's --mirror switch.



                  wget --mirror –w 2 –p --HTML-extension –-convert-links –P /home/user/sitecopy/


                  man page for additional switches here.



                  For OSX, you can easily install wget(and other command line tools) using brew.



                  If using the command line is too difficult, then CocoaWget is an OS X GUI for wget. (Version 2.7.0 includes wget 1.11.4 from June 2008, but it works fine.)






                  share|improve this answer


























                  • I need software man, don't want use wget

                    – Am1rr3zA
                    Nov 8 '09 at 20:07






                  • 29





                    wget is software, and it's the most flexible.

                    – John T
                    Nov 8 '09 at 20:09






                  • 6





                    wget is brilliant software, it's a one-stop-shop for any downloading you might fancy.

                    – Phoshi
                    Nov 8 '09 at 20:15











                  • ok then Tanx for your answer

                    – Am1rr3zA
                    Nov 8 '09 at 20:17






                  • 1





                    Wget is great. I use wget --page-requisites --adjust-extension --convert-links when i want to download single but complete pages (articles etc).

                    – ggustafsson
                    Feb 4 '12 at 15:05
















                  37














                  You can use wget with it's --mirror switch.



                  wget --mirror –w 2 –p --HTML-extension –-convert-links –P /home/user/sitecopy/


                  man page for additional switches here.



                  For OSX, you can easily install wget(and other command line tools) using brew.



                  If using the command line is too difficult, then CocoaWget is an OS X GUI for wget. (Version 2.7.0 includes wget 1.11.4 from June 2008, but it works fine.)






                  share|improve this answer


























                  • I need software man, don't want use wget

                    – Am1rr3zA
                    Nov 8 '09 at 20:07






                  • 29





                    wget is software, and it's the most flexible.

                    – John T
                    Nov 8 '09 at 20:09






                  • 6





                    wget is brilliant software, it's a one-stop-shop for any downloading you might fancy.

                    – Phoshi
                    Nov 8 '09 at 20:15











                  • ok then Tanx for your answer

                    – Am1rr3zA
                    Nov 8 '09 at 20:17






                  • 1





                    Wget is great. I use wget --page-requisites --adjust-extension --convert-links when i want to download single but complete pages (articles etc).

                    – ggustafsson
                    Feb 4 '12 at 15:05














                  37












                  37








                  37







                  You can use wget with it's --mirror switch.



                  wget --mirror –w 2 –p --HTML-extension –-convert-links –P /home/user/sitecopy/


                  man page for additional switches here.



                  For OSX, you can easily install wget(and other command line tools) using brew.



                  If using the command line is too difficult, then CocoaWget is an OS X GUI for wget. (Version 2.7.0 includes wget 1.11.4 from June 2008, but it works fine.)






                  share|improve this answer















                  You can use wget with it's --mirror switch.



                  wget --mirror –w 2 –p --HTML-extension –-convert-links –P /home/user/sitecopy/


                  man page for additional switches here.



                  For OSX, you can easily install wget(and other command line tools) using brew.



                  If using the command line is too difficult, then CocoaWget is an OS X GUI for wget. (Version 2.7.0 includes wget 1.11.4 from June 2008, but it works fine.)







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Feb 26 '14 at 9:09









                  CousinCocaine

                  1298




                  1298










                  answered Nov 8 '09 at 20:02









                  John TJohn T

                  142k20293328




                  142k20293328













                  • I need software man, don't want use wget

                    – Am1rr3zA
                    Nov 8 '09 at 20:07






                  • 29





                    wget is software, and it's the most flexible.

                    – John T
                    Nov 8 '09 at 20:09






                  • 6





                    wget is brilliant software, it's a one-stop-shop for any downloading you might fancy.

                    – Phoshi
                    Nov 8 '09 at 20:15











                  • ok then Tanx for your answer

                    – Am1rr3zA
                    Nov 8 '09 at 20:17






                  • 1





                    Wget is great. I use wget --page-requisites --adjust-extension --convert-links when i want to download single but complete pages (articles etc).

                    – ggustafsson
                    Feb 4 '12 at 15:05



















                  • I need software man, don't want use wget

                    – Am1rr3zA
                    Nov 8 '09 at 20:07






                  • 29





                    wget is software, and it's the most flexible.

                    – John T
                    Nov 8 '09 at 20:09






                  • 6





                    wget is brilliant software, it's a one-stop-shop for any downloading you might fancy.

                    – Phoshi
                    Nov 8 '09 at 20:15











                  • ok then Tanx for your answer

                    – Am1rr3zA
                    Nov 8 '09 at 20:17






                  • 1





                    Wget is great. I use wget --page-requisites --adjust-extension --convert-links when i want to download single but complete pages (articles etc).

                    – ggustafsson
                    Feb 4 '12 at 15:05

















                  I need software man, don't want use wget

                  – Am1rr3zA
                  Nov 8 '09 at 20:07





                  I need software man, don't want use wget

                  – Am1rr3zA
                  Nov 8 '09 at 20:07




                  29




                  29





                  wget is software, and it's the most flexible.

                  – John T
                  Nov 8 '09 at 20:09





                  wget is software, and it's the most flexible.

                  – John T
                  Nov 8 '09 at 20:09




                  6




                  6





                  wget is brilliant software, it's a one-stop-shop for any downloading you might fancy.

                  – Phoshi
                  Nov 8 '09 at 20:15





                  wget is brilliant software, it's a one-stop-shop for any downloading you might fancy.

                  – Phoshi
                  Nov 8 '09 at 20:15













                  ok then Tanx for your answer

                  – Am1rr3zA
                  Nov 8 '09 at 20:17





                  ok then Tanx for your answer

                  – Am1rr3zA
                  Nov 8 '09 at 20:17




                  1




                  1





                  Wget is great. I use wget --page-requisites --adjust-extension --convert-links when i want to download single but complete pages (articles etc).

                  – ggustafsson
                  Feb 4 '12 at 15:05





                  Wget is great. I use wget --page-requisites --adjust-extension --convert-links when i want to download single but complete pages (articles etc).

                  – ggustafsson
                  Feb 4 '12 at 15:05











                  3














                  SiteSuuker has already been recommended and it does a decent job for most websites.



                  I also find DeepVacuum to be a handy and simple tool with some useful "presets".



                  Screenshot is attached below.



                  -



                  Simple interface with "presets"






                  share|improve this answer



















                  • 1





                    Awesome tool, just what i needed!

                    – Hello World
                    Oct 23 '14 at 12:26











                  • It's really simple and works very well!

                    – madx
                    Sep 3 '15 at 21:18
















                  3














                  SiteSuuker has already been recommended and it does a decent job for most websites.



                  I also find DeepVacuum to be a handy and simple tool with some useful "presets".



                  Screenshot is attached below.



                  -



                  Simple interface with "presets"






                  share|improve this answer



















                  • 1





                    Awesome tool, just what i needed!

                    – Hello World
                    Oct 23 '14 at 12:26











                  • It's really simple and works very well!

                    – madx
                    Sep 3 '15 at 21:18














                  3












                  3








                  3







                  SiteSuuker has already been recommended and it does a decent job for most websites.



                  I also find DeepVacuum to be a handy and simple tool with some useful "presets".



                  Screenshot is attached below.



                  -



                  Simple interface with "presets"






                  share|improve this answer













                  SiteSuuker has already been recommended and it does a decent job for most websites.



                  I also find DeepVacuum to be a handy and simple tool with some useful "presets".



                  Screenshot is attached below.



                  -



                  Simple interface with "presets"







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 8 '14 at 8:30









                  PKHunterPKHunter

                  15816




                  15816








                  • 1





                    Awesome tool, just what i needed!

                    – Hello World
                    Oct 23 '14 at 12:26











                  • It's really simple and works very well!

                    – madx
                    Sep 3 '15 at 21:18














                  • 1





                    Awesome tool, just what i needed!

                    – Hello World
                    Oct 23 '14 at 12:26











                  • It's really simple and works very well!

                    – madx
                    Sep 3 '15 at 21:18








                  1




                  1





                  Awesome tool, just what i needed!

                  – Hello World
                  Oct 23 '14 at 12:26





                  Awesome tool, just what i needed!

                  – Hello World
                  Oct 23 '14 at 12:26













                  It's really simple and works very well!

                  – madx
                  Sep 3 '15 at 21:18





                  It's really simple and works very well!

                  – madx
                  Sep 3 '15 at 21:18











                  2














                  HTTrack




                  • http://pdb.finkproject.org/pdb/browse.php?summary=httrack






                  share|improve this answer




























                    2














                    HTTrack




                    • http://pdb.finkproject.org/pdb/browse.php?summary=httrack






                    share|improve this answer


























                      2












                      2








                      2







                      HTTrack




                      • http://pdb.finkproject.org/pdb/browse.php?summary=httrack






                      share|improve this answer













                      HTTrack




                      • http://pdb.finkproject.org/pdb/browse.php?summary=httrack







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Nov 8 '09 at 20:04









                      MicTechMicTech

                      9,26853954




                      9,26853954























                          1














                          http://epicware.com/webgrabber.html



                          I use this on leopard, not sure if it will work on snow leopard, but worth a try






                          share|improve this answer




























                            1














                            http://epicware.com/webgrabber.html



                            I use this on leopard, not sure if it will work on snow leopard, but worth a try






                            share|improve this answer


























                              1












                              1








                              1







                              http://epicware.com/webgrabber.html



                              I use this on leopard, not sure if it will work on snow leopard, but worth a try






                              share|improve this answer













                              http://epicware.com/webgrabber.html



                              I use this on leopard, not sure if it will work on snow leopard, but worth a try







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Nov 9 '09 at 0:30







                              Robbie






























                                  1














                                  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



                                  port install pavuk



                                  Lots of options (a forest of options).






                                  share|improve this answer






























                                    1














                                    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



                                    port install pavuk



                                    Lots of options (a forest of options).






                                    share|improve this answer




























                                      1












                                      1








                                      1







                                      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



                                      port install pavuk



                                      Lots of options (a forest of options).






                                      share|improve this answer















                                      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



                                      port install pavuk



                                      Lots of options (a forest of options).







                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited Feb 4 '12 at 18:48









                                      Simon Sheehan

                                      7,632124268




                                      7,632124268










                                      answered Jan 24 '10 at 18:33







                                      user25971






























                                          0














                                          A1 Website Download for Mac



                                          It has presets for various common site download tasks and many options for those who wish to configure in detail. Includes UI + CLI support.



                                          Starts as a 30 days trial after which is turns into "free mode" (still suitable for small websites under 500 pages)






                                          share|improve this answer




























                                            0














                                            A1 Website Download for Mac



                                            It has presets for various common site download tasks and many options for those who wish to configure in detail. Includes UI + CLI support.



                                            Starts as a 30 days trial after which is turns into "free mode" (still suitable for small websites under 500 pages)






                                            share|improve this answer


























                                              0












                                              0








                                              0







                                              A1 Website Download for Mac



                                              It has presets for various common site download tasks and many options for those who wish to configure in detail. Includes UI + CLI support.



                                              Starts as a 30 days trial after which is turns into "free mode" (still suitable for small websites under 500 pages)






                                              share|improve this answer













                                              A1 Website Download for Mac



                                              It has presets for various common site download tasks and many options for those who wish to configure in detail. Includes UI + CLI support.



                                              Starts as a 30 days trial after which is turns into "free mode" (still suitable for small websites under 500 pages)







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered Dec 26 '18 at 12:06









                                              TomTom

                                              1404620




                                              1404620























                                                  -2














                                                  Use curl, it's installed by default in OS X. wget isn't, at least not on my machine, (Leopard).



                                                  Typing:



                                                  curl http://www.thewebsite.com/ > dump.html


                                                  Will download to the file, dump.html in your current folder






                                                  share|improve this answer


























                                                  • Main problem with that is that that's downloading the homepage, not the entire website.

                                                    – Phoshi
                                                    Nov 8 '09 at 21:58











                                                  • Well, look at the man page

                                                    – Fred
                                                    Nov 8 '09 at 21:59






                                                  • 2





                                                    Last I checked, curl doesn't do recursive downloads (that is, it can't follow hyperlinks to download linked resources like other web pages). Thus, you can't really mirror a whole website with it.

                                                    – Lawrence Velázquez
                                                    Nov 9 '09 at 0:05











                                                  • Well, then do a quick script to get the links, we are in command line land right? Otherwise, just use a tool with a graphical front end.

                                                    – Fred
                                                    Nov 9 '09 at 0:54






                                                  • 2





                                                    (And its name is cURL... I think John T's edit were really improving your answer.)

                                                    – Arjan
                                                    Nov 10 '09 at 22:04
















                                                  -2














                                                  Use curl, it's installed by default in OS X. wget isn't, at least not on my machine, (Leopard).



                                                  Typing:



                                                  curl http://www.thewebsite.com/ > dump.html


                                                  Will download to the file, dump.html in your current folder






                                                  share|improve this answer


























                                                  • Main problem with that is that that's downloading the homepage, not the entire website.

                                                    – Phoshi
                                                    Nov 8 '09 at 21:58











                                                  • Well, look at the man page

                                                    – Fred
                                                    Nov 8 '09 at 21:59






                                                  • 2





                                                    Last I checked, curl doesn't do recursive downloads (that is, it can't follow hyperlinks to download linked resources like other web pages). Thus, you can't really mirror a whole website with it.

                                                    – Lawrence Velázquez
                                                    Nov 9 '09 at 0:05











                                                  • Well, then do a quick script to get the links, we are in command line land right? Otherwise, just use a tool with a graphical front end.

                                                    – Fred
                                                    Nov 9 '09 at 0:54






                                                  • 2





                                                    (And its name is cURL... I think John T's edit were really improving your answer.)

                                                    – Arjan
                                                    Nov 10 '09 at 22:04














                                                  -2












                                                  -2








                                                  -2







                                                  Use curl, it's installed by default in OS X. wget isn't, at least not on my machine, (Leopard).



                                                  Typing:



                                                  curl http://www.thewebsite.com/ > dump.html


                                                  Will download to the file, dump.html in your current folder






                                                  share|improve this answer















                                                  Use curl, it's installed by default in OS X. wget isn't, at least not on my machine, (Leopard).



                                                  Typing:



                                                  curl http://www.thewebsite.com/ > dump.html


                                                  Will download to the file, dump.html in your current folder







                                                  share|improve this answer














                                                  share|improve this answer



                                                  share|improve this answer








                                                  edited Nov 10 '09 at 21:57

























                                                  answered Nov 8 '09 at 21:31









                                                  FredFred

                                                  1402




                                                  1402













                                                  • Main problem with that is that that's downloading the homepage, not the entire website.

                                                    – Phoshi
                                                    Nov 8 '09 at 21:58











                                                  • Well, look at the man page

                                                    – Fred
                                                    Nov 8 '09 at 21:59






                                                  • 2





                                                    Last I checked, curl doesn't do recursive downloads (that is, it can't follow hyperlinks to download linked resources like other web pages). Thus, you can't really mirror a whole website with it.

                                                    – Lawrence Velázquez
                                                    Nov 9 '09 at 0:05











                                                  • Well, then do a quick script to get the links, we are in command line land right? Otherwise, just use a tool with a graphical front end.

                                                    – Fred
                                                    Nov 9 '09 at 0:54






                                                  • 2





                                                    (And its name is cURL... I think John T's edit were really improving your answer.)

                                                    – Arjan
                                                    Nov 10 '09 at 22:04



















                                                  • Main problem with that is that that's downloading the homepage, not the entire website.

                                                    – Phoshi
                                                    Nov 8 '09 at 21:58











                                                  • Well, look at the man page

                                                    – Fred
                                                    Nov 8 '09 at 21:59






                                                  • 2





                                                    Last I checked, curl doesn't do recursive downloads (that is, it can't follow hyperlinks to download linked resources like other web pages). Thus, you can't really mirror a whole website with it.

                                                    – Lawrence Velázquez
                                                    Nov 9 '09 at 0:05











                                                  • Well, then do a quick script to get the links, we are in command line land right? Otherwise, just use a tool with a graphical front end.

                                                    – Fred
                                                    Nov 9 '09 at 0:54






                                                  • 2





                                                    (And its name is cURL... I think John T's edit were really improving your answer.)

                                                    – Arjan
                                                    Nov 10 '09 at 22:04

















                                                  Main problem with that is that that's downloading the homepage, not the entire website.

                                                  – Phoshi
                                                  Nov 8 '09 at 21:58





                                                  Main problem with that is that that's downloading the homepage, not the entire website.

                                                  – Phoshi
                                                  Nov 8 '09 at 21:58













                                                  Well, look at the man page

                                                  – Fred
                                                  Nov 8 '09 at 21:59





                                                  Well, look at the man page

                                                  – Fred
                                                  Nov 8 '09 at 21:59




                                                  2




                                                  2





                                                  Last I checked, curl doesn't do recursive downloads (that is, it can't follow hyperlinks to download linked resources like other web pages). Thus, you can't really mirror a whole website with it.

                                                  – Lawrence Velázquez
                                                  Nov 9 '09 at 0:05





                                                  Last I checked, curl doesn't do recursive downloads (that is, it can't follow hyperlinks to download linked resources like other web pages). Thus, you can't really mirror a whole website with it.

                                                  – Lawrence Velázquez
                                                  Nov 9 '09 at 0:05













                                                  Well, then do a quick script to get the links, we are in command line land right? Otherwise, just use a tool with a graphical front end.

                                                  – Fred
                                                  Nov 9 '09 at 0:54





                                                  Well, then do a quick script to get the links, we are in command line land right? Otherwise, just use a tool with a graphical front end.

                                                  – Fred
                                                  Nov 9 '09 at 0:54




                                                  2




                                                  2





                                                  (And its name is cURL... I think John T's edit were really improving your answer.)

                                                  – Arjan
                                                  Nov 10 '09 at 22:04





                                                  (And its name is cURL... I think John T's edit were really improving your answer.)

                                                  – Arjan
                                                  Nov 10 '09 at 22:04


















                                                  draft saved

                                                  draft discarded




















































                                                  Thanks for contributing an answer to Super User!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid



                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.


                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function () {
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f67604%2ffree-mac-os-x-application-for-downloading-an-entire-website%23new-answer', 'question_page');
                                                  }
                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  Paul Cézanne

                                                  UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

                                                  Angular material date-picker (MatDatepicker) auto completes the date on focus out