GNU Wget (or just wget) is a command line-based program for downloading content from the Internet using HTTP, HTTPS and FTP.
GNU Wget is a command-line program that can be invoked from the command-line using wget
. It several different options available from the command-line, (including -c
, -O
, --output-document=
, -t
, --tries=
, etc.) to see a list of them all run wget -h
from the command-line.