1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 15:55:55 +02:00

Update wget.md

This commit is contained in:
Larry850806 2016-05-15 21:49:44 +08:00
parent 41d2d7503d
commit c170b92b33

View file

@ -22,3 +22,7 @@
- FTP download with username and password:
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
- Set maximum number of retry time
`wget -t {{number_of_retry_time}} {{url}}`