Changed to latest version of Wget (#21745)

pull/21728/head^2
Rogel Horlador 2018-11-15 21:00:58 +08:00 committed by Niraj Nandish
parent 9313e09c45
commit b9b76e8f43
1 changed files with 3 additions and 3 deletions

View File

@ -23,16 +23,16 @@ wget --help
### Downloading a single file ### Downloading a single file
``` ```
wget http://ftp.gnu.org/gnu/wget/wget-1.5.3.tar.gz wget http://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz
``` ```
### Downloading from FTP ### Downloading from FTP
``` ```
wget ftp://ftp.gnu.org/gnu/wget/wget-1.10.1.tar.gz.sig wget ftp://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz.sig
``` ```
### Restrict download speed limits ### Restrict download speed limits
``` ```
wget --limit-rate=100k http://ftp.gnu.org/gnu/wget/wget-1.5.3.tar.gz wget --limit-rate=100k http://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz
``` ```
You can play with remaining features of the ``wget`` utility You can play with remaining features of the ``wget`` utility