mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
wget: Add subdirectory example (#1693)
This commit is contained in:
parent
7c9e7aafe1
commit
33e9cb17b3
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
`wget --mirror --page-requisites --convert-links --wait=3 {{https://example.com}}`
|
`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:
|
- Download the contents of an URL via authenticated FTP:
|
||||||
|
|
||||||
`wget --ftp-user={{username}} --ftp-password={{password}} {{ftp://example.com}}`
|
`wget --ftp-user={{username}} --ftp-password={{password}} {{ftp://example.com}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue