zhyq0826/zhyq0826.github.io

七牛 qshell 批量上传

Closed this issue · 0 comments

配置 qshell

wget http://devtools.qiniu.com/qshell-v2.3.6.zip
unzip qshell-v2.3.6.zip
chmod u+x qshell_linux_x64
cp qshell_linux_x64 /usr/local/bin/qshell

登录账户开始上传

qshell account sk ac name
qshell qupload2 --src-dir=/home/ubuntu/dir --bucket=bucket_name

文档