in reply to Re^3: Reading img file through URL
in thread Reading img file through URL
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.