diff --git a/pages/common/wget.md b/pages/common/wget.md index bd33b4b8cf..ece6b29be0 100644 --- a/pages/common/wget.md +++ b/pages/common/wget.md @@ -19,6 +19,10 @@ `wget --mirror --page-requisites --convert-links --wait=3 {{https://example.com}}` +- Download all listed files within a directory and its sub-directories (does not download embedded page elements): + +`wget --mirror --no-parent {{https://example.com/somepath/}}` + - Download the contents of an URL via authenticated FTP: `wget --ftp-user={{username}} --ftp-password={{password}} {{ftp://example.com}}`