In this post: a little about the WGET command:
Download a zip archive:
wget http://website.com/archive.zipand archive.zip will be downloaded. But we can download files using a lot of parameters. Read on!
Wget is so flexible you’ve probably been using it for years without knowing it, many scripts use it because it is a boilerplate method of grabbing files, it will even automatically retry under certain circumstances…