Browse Source

Update wget.md

Larry850806 8 years ago
parent
commit
c170b92b33
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/wget.md

+ 4 - 0
pages/common/wget.md

@@ -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}}`