Update wget.md

This commit is contained in:
Larry850806 2016-05-17 13:28:13 +08:00
parent 397e0587f3
commit df82496c6c

View File

@ -23,6 +23,6 @@
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
- Set maximum number of retries:
- Retry a given number of times if the download doesn't succeed at first:
`wget -t {{number_of_retries}} {{url}}`