在 shell 中执行以下脚本下载文件,提示
Download Fail:No connection adapters were found for 'http:....'
但把这个命令单独拿出来执行是可以的,脚本如下,是个下载的命令
wcscmd get "http://xxxxx.xxxx.com/no/id/test8?wsSecret=01d357d86d521e6852d8d27c08f883f2&wsTime=5B34C155" "test8"
连接是没问题的,请问有没有之前遇到过的?
报错的意思是:你没有connection adapters
你shell中是不是没有写 http:// ?