1.0.6 • Published 7 years ago

qrsync v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Language: 简体中文 | English

qrsync

a tool for upload to qiniu

reference

Usage

$ npm install qrsync -g
$ qrsync

use custom configure

edit ~/.qiniu.config.json

Example:

{
  "access_key": "qiniu account access_key",
  "secret_key": "qiniu account secret_key",
  "bucket": "your bucket",
  "sync_dir": "/Users/dw/Pictures",
  "async_ops": "fop1;fop2;fopN",
  "debug_level": 1
}

Or use qrcode config command to modify config, options below:

  • -c, --config define config file
  • -ak, --access_key change access_key
  • -sk, --secret_key change secret_key
  • -b, --bucket change bucket
  • -d, --sync_dir change sync_dir
  • -p, --prefix file prefix

help

qrsync --help

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago