Hey, is there a command in Terminal to download files ? Say I wanted to download the google logo from the Google website without opening Safari. Thx, Plz Reply
Is there a major difference between wget and curl? I've used both, just whichever command pops into my head first when I need to download something; I'm just wondering if I should use one over the other
Ah you're right, maybe I did have to install wget using Macports.
Need to install Macports, and then at the terminal do 'sudo port install wget' and then wait a while. I use it a lot, especially if I'm at work and want to get my Mac to download something while I'm away, I use wget via ssh
http://daniel.haxx.se/docs/curl-vs-wget.html is a comparison of the two, looks like curl is a lot more robust, but I like the straight shot 'wget <paste my url>', hit enter and I'm done, so I'll probably keep using it.