diff --git a/pages.zh/common/wget.md b/pages.zh/common/wget.md index 1bd15355c2..9f7f171cc7 100644 --- a/pages.zh/common/wget.md +++ b/pages.zh/common/wget.md @@ -24,7 +24,7 @@ `wget --limit-rate={{300k}} --tries={{100}} {{https://example.com/somepath/}}` -- Download a file from an HTTP server using Basic Auth (also works for FTP): +- 使用基本授权来从HTTP/FTP服务器中下载文件: `wget --user={{username}} --password={{password}} {{https://example.com}}`