Преглед изворни кода

Merge pull request #889 from Larry850806/patch-1

Update wget.md
Felix Yan пре 8 година
родитељ
комит
23dec7ebd8
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      pages/common/wget.md

+ 4 - 0
pages/common/wget.md

@@ -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}}`
+
+- Retry a given number of times if the download doesn't succeed at first:
+
+`wget -t {{number_of_retries}} {{url}}`