curl is a tool to transfer data from
or to a server, using one of the
supported protocols (DICT, FILE, FTP,
FTPS, GOPHER, HTTP, HTTPS, IMAP,
IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP,
RTSP, SCP, SFTP, SMTP, SMTPS, TELNET
and TFTP). The command is designed to
work without user interaction.
curl offers a busload of useful tricks
like proxy support, user
authentication, FTP upload, HTTP post,
SSL connections, cookies, file
transfer resume and more.
Edit: Just noticed someone else posted about Curl.
You can also use lynx, links or w3m. They are browsers but can download files if you don't need anything complex and may get you out of trouble if you don't have anything else available.
You may look at Curl. Quoted from Curl Website.
Edit: Just noticed someone else posted about Curl.
You can also use lynx, links or w3m. They are browsers but can download files if you don't need anything complex and may get you out of trouble if you don't have anything else available.
Curl is the best downloading tool I know of, although for some applications wget is more suitable.
You can see more alternatives on alternativeto.net.