Friday 30 March 2012

Using curl to download files


Example
Code Snippet
  1. curl -C - -O http://www.mirror.com/path/to/NeoOffice-Patch.dmg
End of Code Snippet

Parameters Used
-o/--output Write output to instead of stdout (Outputs the file to the window by default)
-C/--continue-at Resumed transfer offset

No comments: