curl: (3) [globbing] error: bad range specification after pos 150的解决方法

来源:互联网 发布:为何小米4用的是3g网络 编辑:程序博客网 时间:2024/05/04 05:16

在线上服务器上执行下面的命令

curl -vo /dev/null 'http://120.52.72.46:80/fileshare3010.dfiles.eu/c3pr90ntcsf0/auth-1375626538db3c073c81647e872cab8f-210.186.189.166-676861082-146404525-guest/FS301-5/[EROBEAT]_Junjou_Shoujo_Et_Cetera_-_01_[LQ][x264][56712B10].mp4'

出现如下:

curl: (3) [globbing] error: bad range specification after pos 150

解决方法:

添加-g选项即可

进一步查看curl的man手册,说明如下

-g/--globoff
 This  option  switches off the "URL globbing parser". When you set this option, you can specify URLs that contain the letters {}[] without having them being interpreted by curl itself. Note that these letters are not normal legal
 URL contents but they should be encoded according to the URI standard.

0 0
原创粉丝点击