Update wget.md
This commit is contained in:
@@ -22,3 +22,7 @@
|
|||||||
- FTP download with username and password:
|
- FTP download with username and password:
|
||||||
|
|
||||||
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
|
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
|
||||||
|
|
||||||
|
- Set maximum number of retry time
|
||||||
|
|
||||||
|
`wget -t {{number_of_retry_time}} {{url}}`
|
||||||
|
Reference in New Issue
Block a user