wget 命令 指定文件夹_用wget一次下载所有链接, 下载文件夹

wget还是挺强的,两条命令就可以下载页面中所有的链接了,不用你一条一条的另存了,而且还包括一些隐藏的也可以下载下来。如js文件和css文件

命令如下:

$wget http://wolfchina.bokee.com/

$wget -i index.html -F -B http://wolfchina.bokee.com/

参数的详细描述如下:-i file

--input-file=file

Read URLs from file, in which case no URLs need to be on the com-

mand line.  If there are URLs both on the command line and in an

input file, those on the command lines will be the first ones to be

retrieved.  The file need not be an HTML document (but no harm if

it is)---it is enough if the URLs are just listed sequentially.

However, if you specify --force-html, the document will be regarded

as html.  In that case you may have problems with relative links,

which you can solve either by adding "" to the

documents or by specifying --base=url on the command line.

-F

--force-html

When input is read from a file, force it to be treated as an HTML

file.  This enables you to retrieve relative links from existing

HTML files on your local disk, by adding "" to

HTML, or using the --base command-line option.

-B URL

--base=URL

When used in conjunction with -F, prepends URL to relative links in

the file specified by -i.

下载文件夹:如果目标文件是基于http的文件夹,在windows的 windows explorer 中打开就是文件,但是linux下用firefox打开就是列表,文件多的时候一个个下肯定不行. 使用以下wget命令:

wget -r -p -k -np http://example.com/files/    ./

简单的介绍一下命令中指定选项的作用.

-nd 不创建目录, wget默认会创建一个目录

-r 递归下载

-l1 (L one) 递归一层,只下载指定文件夹中的内容, 不下载下一级目录中的.

–no-parent 不下载父目录中的文件

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值