the file specified by -i. 下载文件夹: 如果目标文件是基于http的文件夹,在windows的 windows explorer 中打开就是文件,但是linux下用firefox打开就是列表,文件多的时候一个个下肯定不行. 使用以下wget命令: wget -r -p -k -np http://example.com/files/ ./ 简单的介绍一下命令中指定选项的作用. -nd ...
wget -nd -r -l 2 -A jpg,jpeg,png,gif http://t.co -nd :没有目录(将所有文件保存到当前目录; -P directory 更改目标目录) -r -l 2 :递归2级 -A :接受扩展 wget -nd -H -p -A jpg,jpeg,png,gif -e robots=off example.tumblr.com/page/{1..2} -H :span hosts(wget默认不下载来自...