首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >qshell基础1

qshell基础1

作者头像
franket
发布2022-04-24 00:32:07
发布2022-04-24 00:32:07
4490
举报
文章被收录于专栏:技术杂记技术杂记

常用命令

代码语言:javascript
复制
[root@h101 qshell]# ./qshell_linux_amd64  -h
QShell v1.6.0

Options:
	-d                  Show debug message  
	-v                  Show version        
	-h                  Show help           

Commands:
	account             Get/Set AccessKey and SecretKey and Zone
	zone                Switch the zone, [nb,bc,aws]
	dircache            Cache the directory structure of a file path
	listbucket          List all the file in the bucket by prefix
	alilistbucket       List all the file in the bucket of aliyun oss by prefix
	prefop              Query the fop status
	fput                Form upload a local file
	rput                Resumable upload a local file
	qupload             Batch upload files to the qiniu bucket
	qdownload           Batch download files from the qiniu bucket
	stat                Get the basic info of a remote file
	delete              Delete a remote file in the bucket
	move                Move/Rename a file and save in bucket
	copy                Make a copy of a file and save in bucket
	chgm                Change the mimeType of a file
	sync                Sync big file to qiniu bucket
	fetch               Fetch a remote resource by url and save in bucket
	prefetch            Fetch and update the file in bucket using mirror storage
	batchstat           Batch stat files in bucket
	batchdelete         Batch delete files in bucket
	batchchgm           Batch chgm files in bucket
	batchcopy           Batch copy files from bucket to bucket
	batchmove           Batch move files from bucket to bucket
	batchrename         Batch rename files in the bucket
	batchrefresh        Batch refresh the cdn cache by the url list file
	batchsign           Batch create the private url from the public url list file
	checkqrsync         Check the qrsync result
	b64encode           Base64 Encode       
	b64decode           Base64 Decode       
	urlencode           Url encode          
	urldecode           Url decode          
	ts2d                Convert timestamp in seconds to a date (TZ: Local)
	tms2d               Convert timestamp in milli-seconds to a date (TZ: Local)
	tns2d               Convert timestamp in 100 nano-seconds to a date (TZ: Local)
	d2ts                Create a timestamp in seconds using seconds to now
	ip                  Query the ip information
	qetag               Calculate the hash of local file using the algorithm of qiniu qetag
	unzip               Unzip the archive file created by the qiniu mkzip API
	privateurl          Create private resource access url
	saveas              Create a resource access url with fop and saveas
	reqid               Decode a qiniu reqid
	m3u8delete          Delete m3u8 playlist and the slices it references
	buckets             Get all buckets of the account
	domains             Get all domains of the bucket

[root@h101 qshell]# ./qshell_linux_amd64  -v
qshell v1.6.0
[root@h101 qshell]# 

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 常用命令
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档