windows下使用wget下载文件夹

时间:2021-01-04 09:54:16
1)安装wget.exe。从【http://gnuwin32.sourceforge.net/packages/wget.htm】网站上下载setup文件并进行安装,我选的版本为(Complete package, except sources)。将bin目录添加到系统环境变量
2) 打开winodws powershell。
键入命令【wget.exe --user 'yourusername' --password 'yourpassword' http://yoururl/  --recursive --no-parent --reject "index.html*"】