From b9b76e8f43e4f2154689c8b667d1324f3ff2953d Mon Sep 17 00:00:00 2001 From: Rogel Horlador <30552564+rogelhorlador@users.noreply.github.com> Date: Thu, 15 Nov 2018 21:00:58 +0800 Subject: [PATCH] Changed to latest version of Wget (#21745) --- .../english/linux/how-to-download-files-with-wget/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/linux/how-to-download-files-with-wget/index.md b/guide/english/linux/how-to-download-files-with-wget/index.md index d4d835d8a32..14db1c53309 100644 --- a/guide/english/linux/how-to-download-files-with-wget/index.md +++ b/guide/english/linux/how-to-download-files-with-wget/index.md @@ -23,16 +23,16 @@ wget --help ### 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 ``` -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 ``` -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