# xcloudtools **Repository Path**: 524831546/xcloudtools ## Basic Information - **Project Name**: xcloudtools - **Description**: 云存储管理工具 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #xcloudtools 云存储管理工具 v1.0 author:kang Buildver:20170711115657 [options]: -r bool type,use with other args:-p,-g,-d,-r=true -g= get file form object storage;eg:-g=/pcauto-price/nginx/2017/06/03/xx.gz -l= list dir; eg:-l=/pcauto-price/nginx/2017/06/03 -d= delete file eg:-d=/pcauto-price/nginx/2017/06/03/xx.gz -p= put file to object storage; example:-p=xx.gz /pcauto-price/nginx/2017/06/03 -h show help ================Use Example============== download file: xcloudtools -g=/pcauto-price/nginx/2017/06/03/xx.gz download dir: xcloudtools -g=/pcauto-price/nginx/2017/06/03 -r upload a file: xcloudtools -p=xx.gz /pcauto-price/nginx/2017/06/03 upload more file: xcloudtools -p="xx.gz|a.gz|b.gz" /pcauto-price/nginx/2017/06/03 upload dir: xcloudtools -r -p=a/b/c /pcauto-price/nginx/2017/06/03 list file: xcloudtools -l=/pcauto-price/nginx/2017/06/03 delete file: xcloudtools -d=/pcauto-price/nginx/2017/06/03/xx.gz delete dir: xcloudtools -d=/pcauto-price/nginx/2017/06/03 -r