shell curl显示进度条

Posted ihoudf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell curl显示进度条相关的知识,希望对你有一定的参考价值。

以ipa文件上传蒲公英为例

curl --progress-bar -F 'file=@/Users/clang/Desktop/Payload.ipa' -F '_api_key=c2f69a4b88cbbxxxxxxxxxx' https://www.pgyer.com/apiv2/app/upload | tee /dev/null


主要是curl --progress-bar 。。。 | tee /dev/null

以上是关于shell curl显示进度条的主要内容,如果未能解决你的问题,请参考以下文章