Using curl to download NeoOffice

From NeoWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 20:48, 21 December 2006 (edit)
Valterb (Talk | contribs)
(link to "it" page)
← Previous diff
Current revision (02:14, 20 January 2016) (edit) (undo)
( | contribs)
(Replace with link to steps for redownloading using Safari)
 
(7 intermediate revisions not shown.)
Line 1: Line 1:
-<tt>curl</tt> is a command-line resumable download tool. It is useful when downloading files over unsteady connections or when your browser stops early when downloading some files. We have found that some combinations of browsers and internet connections have a high frequency of incomplete downloads of NeoOffice releases.+If NeoOffice fails to download or you cannot open the downloaded file, we recommend that you download NeoOffice with Safari using [[NeoOffice_Download_and_Installation_Issues#Download_fails_or_cannot_open_downloaded_file|these steps]].
-When this happens, double-clicking the .dmg file will usually produce an error message stating "No mountable file systems" or similar. 
- 
-You can use these instructions to download NeoOffice (or, often, complete a failed download)—and NeoOffice patches, too (just substitute the URL to the patch for the URL to the full binary in the instructions). 
- 
-==Using <tt>curl</tt> to download a NeoOffice release== 
- 
-To use <tt>curl</tt>, follow these steps: 
- 
-# Open a new Terminal window (<tt>/Applications/Utilities/Terminal.app</tt>) 
-# <tt>cd</tt> to the directory (folder) where you want the NeoOffice .dmg download to appear and press '''return''' 
-#: For instance, if you want to download to the Desktop, type <tt>cd ~/Desktop</tt> and press '''return'''<br>(be sure to type the the '''~''' symbol, which is the UNIX shortcut for "your home folder") 
-# Visit the [http://www.planamesa.com/neojava/download.php#download NeoOffice download page] in your browser and find a mirror to use (if you happen to know a mirror is located in your part of the world, use it; otherwise, pick the top mirror) and control-click on the download link. Select '''Copy Link Location''' (or similar-sounding option in your browser) from the context menu. 
-# Switch back to the Terminal and type the following, without pressing return: <tt>curl -C - -O</tt>  
-#: (that's a capital o, not a zero) 
-# Then press the '''spacebar''' and then paste the link you copied from your browser 
-#: The full command should look something like this: <br><tt>curl -C - -O <nowiki>http://www.mirror.com/path/to/NeoOffice-Version.dmg</nowiki></tt> 
-# Press '''return''' and the download will start. 
-# If you need to disconnect for any reason, pressing '''control-c''' will stop the download. 
-# If the download "finishes" early (compare the .dmg size on disk—select the file and choose '''Get Info''' from the Finder's '''File''' menu—with the size listed on the [http://www.planamesa.com/neojava/download.php#download NeoOffice download page]) or was interrupted for any reason, just repeat the full command (if the Terminal window is still open, pressing the '''up''' arrow key will usually redisplay the last command so you won't have to retype it; just press '''return'''. 
-#: Repeat this step until the '''size of the downloaded .dmg file matches that from the NeoOffice download page''' and the disk image opens properly after double-clicking. 
- 
-==Using <tt>curl</tt> to complete a “failed” download begun by a web browser== 
- 
-In many cases, you can also use <tt>curl</tt> to complete a download that you started in your web browser but which did not complete properly. This will not always work (sometimes <tt>curl</tt> cannot pick up where the browser left off and must start over), but even if <tt>curl</tt> has to start over from scratch, you should be able to stop and restart the "new" download that <tt>curl</tt> began. 
- 
-# Open a new Terminal window (<tt>/Applications/Utilities/Terminal.app</tt>) 
-# <tt>cd</tt> to the directory (folder) where your partially-downloaded NeoOffice .dmg is located and press '''return''' 
-#: For instance, if the file is on the Desktop, type <tt>cd ~/Desktop</tt> and press '''return'''<br>(be sure to type the the '''~''' symbol, which is the UNIX shortcut for "your home folder") 
-# Visit the [http://www.planamesa.com/neojava/download.php#download NeoOffice download page] in your browser and find a mirror you used and then control-click on the download link. Select '''Copy Link Location''' (or similar-sounding option in your browser) from the context menu. 
-#: Some browsers store or display the URL of a download in the download manager, so you can copy the URL of the failed NeoOffice download from there. You may have to control-click on the download and choose '''Copy Source URL''' or '''Copy Link''' or similar from the context menu. 
-# Switch back to the Terminal and type the following, without pressing return: <tt>curl -C - -O</tt>  
-#: (that's a capital o, not a zero) 
-# Then press the '''spacebar''' and then paste the link you copied from your browser 
-#: The full command should look something like this: <br><tt>curl -C - -O <nowiki>http://www.mirror.com/path/to/NeoOffice-Version.dmg</nowiki></tt> 
-# Press '''return''' and curl will attempt to resume the download from where the browser left off. 
-# If you need to disconnect for any reason, pressing '''control-c''' will stop the download. 
-# If the download "finishes" early (compare the .dmg size on disk—select the file and choose '''Get Info''' from the Finder's '''File''' menu—with the size listed on the [http://www.planamesa.com/neojava/download.php#download NeoOffice download page]) or was interrupted for any reason, just repeat the full command (if the Terminal window is still open, pressing the '''up''' arrow key will usually redisplay the last command so you won't have to retype it; just press '''return'''. 
-#: Repeat this step until the '''size of the downloaded .dmg file matches that from the NeoOffice download page''' and the disk image opens properly after double-clicking. 
- 
-{{botlangbarEN|[[Fr:Utiliser_curl_pour_télécharger_NeoOffice|Français]] [[It:Usare_curl_per_scaricare_NeoOffice|Italiano]]<!-- [[Es:Cómo usar un “curl” para descargar NeoOffice|Español]]-->}} 
[[Category:NeoOffice]][[Category:Tips and Hints]] [[Category:NeoOffice]][[Category:Tips and Hints]]

Current revision

If NeoOffice fails to download or you cannot open the downloaded file, we recommend that you download NeoOffice with Safari using these steps.

Personal tools