From 87c296732e273534dc27e1275df761b342e2758a Mon Sep 17 00:00:00 2001 From: doomcrewinc Date: Tue, 26 Mar 2019 19:24:02 -0600 Subject: [PATCH] Documented -c flag for resuming file download (#24942) * Documented -c flag for resuming file download * fix: changed to long version of continue option --- guide/english/linux/how-to-download-files-with-wget/index.md | 5 +++++ 1 file changed, 5 insertions(+) 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 21ff9823fe..fb61fab7a3 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 @@ -35,6 +35,11 @@ wget ftp://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz.sig ``` wget --limit-rate=100k http://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz ``` + +### Download a file with the ability to resume or continue if the download is interrupted +``` +wget --continue https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png + ### Download all listed files within a directory and its sub-directories (does not download embedded page elements): ``` wget --mirror --no-parent https://ftp.gnu.org/gnu/