in reply to Re^2: Reading img file through URL
in thread Reading img file through URL

wget is available for OS X using ports.

Replies are listed 'Best First'.
Re^4: Reading img file through URL
by elef (Friar) on Jan 23, 2011 at 22:26 UTC
    I know, but curl is preinstalled, so it's more convenient.
    The command is easy to look up and it will probably be the same as the wget command, except you have to use -o (lower case) instead of -O (upper case) when you specify the download location and filename. Or maybe even -O will work, I never tried.