From c170b92b33295c4e610b7ac3281d2e41fabdce92 Mon Sep 17 00:00:00 2001 From: Larry850806 Date: Sun, 15 May 2016 21:49:44 +0800 Subject: [PATCH] Update wget.md --- pages/common/wget.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/wget.md b/pages/common/wget.md index 584d6fa95..6a0da9b02 100644 --- a/pages/common/wget.md +++ b/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}}`