1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 20:17:57 +01:00

Merge pull request #889 from Larry850806/patch-1

Update wget.md
This commit is contained in:
Felix Yan 2016-05-17 03:28:59 -05:00
commit 23dec7ebd8

View file

@ -22,3 +22,7 @@
- FTP download with username and password:
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
- Retry a given number of times if the download doesn't succeed at first:
`wget -t {{number_of_retries}} {{url}}`