Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 948 Bytes

cdnprefetch.md

File metadata and controls

39 lines (27 loc) · 948 Bytes

简介

cdnprefetch命令用来根据指定的文件访问列表来批量预取CDN的访问外链。

格式

qshell cdnprefetch [-i <UrlListFile>]

鉴权

需要在使用了account设置了AccessKey, SecretKeyName的情况下使用。

参数

参数名 描述
-i选项接受一个参数 需要进行预取的文件访问外链列表,每行一个访问外链, 如果没有制定,默认从终端读取输入内容

示例

比如我们有如下内容的文件,需要预取里面的外链

http://if-pbl.qiniudn.com/hello1.txt
http://if-pbl.qiniudn.com/hello2.txt
http://if-pbl.qiniudn.com/hello3.txt
http://if-pbl.qiniudn.com/hello4.txt
http://if-pbl.qiniudn.com/hello5.txt
http://if-pbl.qiniudn.com/hello6.txt
http://if-pbl.qiniudn.com/hello7.txt
$ qshell cdnprefetch -i toprefetch.txt

就可以预取文件toprefetch.txt中的访问外链了。