首页 > 代码库 > windows wget

windows wget

添加系统变量:        GNU_HOME值C:\Program Files (x86)\GnuWin32\

添加path:             ;%GNU_HOME%\bin

wget -c -b --http-user=xxx --http-password=yyy --limit-rate=400K  -P F:/   http://xxx/xxx.rar

-c 支持断点转送

-b 后台

-P F:/  存放在F盘

 

windows wget