wget

Internet file retriever for downloading files from the web

brewmacoslinux
Try with needOr install directly
Source

About

Internet file retriever

Commands

wget

Examples

Download a single file from a URL$ wget https://example.com/file.zip
Download a file and save it with a different name$ wget -O myfile.zip https://example.com/file.zip
Recursively download an entire website directory$ wget -r https://example.com/path/