curl
CLITransfer data from or to a server using various protocols.
Download a file~98% est.
curl -L -o output.zip https://example.com/file.zipnetworking8 recipes · 7 verified
wget
CLINetwork downloader supporting HTTP, HTTPS, and FTP.
Download and rename output~99% est.
wget -O myfile.zip https://example.com/archive.zipnetworking3 recipes