1.下载ossutil
Linux系统安装wget http://gosspublic.alicdn.com/ossutil/1.7.7/ossutil64
注意 复制下载地址时会自动加上spm编码内容,使用wget命令下载时注意删除链接中?spm=xxxx
的内容。
chmod 755 ossutil64
./ossutil64 config
建议直接按回车使用默认配置文件的路径。
请输入配置文件名,文件名可以带路径(默认为:/home/user/.ossutilconfig,回车将使用默认路径。
如果用户设置为其它路径,在使用命令时需要将--config-file选项设置为该路径):
ossutil默认使用/home/user/.ossutilconfig作为配置文件,若您设置了配置文件的路径,则每次使用命令时需增加-c选项指定配置文件。例如配置文件保存为/home/config,使用ls时,命令格式如下:
./ossutil64 ls oss://examplebucket -c /home/config
请输入语言(CH/EN,默认为:CH,该配置项将在此次config命令成功结束后生效):CH
参数说明如下:
您也可以增加http://
或https://
指定ossutil访问OSS使用的协议,默认使用HTTP协议。例如使用HTTPS协议访问深圳的Bucket,设置为https://oss-cn-shenzhen.aliyuncs.com
。
说明 有关配置文件的更多信息,请参见config。
Windows系统安装D:\ossutil>ossutil64.exe config
curl -o ossutilmac64 http://gosspublic.alicdn.com/ossutil/1.7.7/ossutilmac64
chmod 755 ossutilmac64
./ossutilmac64 config
wget http://gosspublic.alicdn.com/ossutil/1.7.7/ossutilarm64
chmod 755 ossutilarm64
./ossutilarm64 config