cdnprefetch
命令用来根据指定的文件访问列表来批量预取CDN的访问外链。
qshell cdnprefetch [-i <UrlListFile>]
需要在使用了account
设置了AccessKey
, SecretKey
和Name
的情况下使用。
参数名 | 描述 |
---|---|
-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
中的访问外链了。