1) wget for windows:
2) proxy
set http_proxy=
3) 镜像
wget -N -c -np -mr -e robots=off --proxy=on --proxy-user=USERNAME --proxy-password=PASSWORD
-np: no parent
-m: mirror
-r: recursive
-N: don't re-retrieve files unless newer than local.
-c: continue
-e robots=off: ignore robots
阅读(836) | 评论(0) | 转发(0) |