我找到了一些CLI工具,但那些只在Windows上运行.那些是
> AzCopy> cloudcopy
那么有人可以推荐一个最好的天蓝色CLI工具,它可以在linux机器上运行并且能够执行上传和下载操作吗?
如果它支持部分读取和部分写入,那将是很好的.
azure storage blob upload [options] [file] [container] [blob] azure storage blob download [options] [container] [blob] [destination]
如果没有看到他们,请先尝试更新您的cli工具:
npm install azure-cli -g
(Node.js必须安装在您的系统中)
希望这可以帮助