Apr 02 |
So when you need to download a large file and don’t want to have to worry about whether or not Safari or Firefox continues to run with out interruption, use Terminal and curl (wget replacement).
Note: wget is not exists in Leopard, you should set up an alias for wget to curl -O which does exactly the same thing:
echo 'alias wget="curl -O"' >> ~/.bash_profile
Your are done. Now just easy to use in Terminal. Here example to download iTunes.
wget http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iTunes9/061-7203.20100330.XswP8/iTunes9.1.dmg
Curl is better than wget for the ...(continue read)
tags: network, Terminal
tags: network, Terminal




Recent Comments