Awesome
DBClient
Command-line tool for Dropbox accessing
Installation
git clone git@github.com:littleq0903/dbclient.git
cd dbclient
sudo pip install -r requirements.txt
- Move
dbclient
to any directory which is under yourPATH
. (e.g.sudo cp dbclient /usr/local/bin
)
Usage
dbclient ls [<remote-path>]
: listing filesdbclient cd [<remote-path>]
: change the current working remote directory.dbclient pwd
: show current working directorydbclient get <remote-path> [<local-path>]
: download a filedbclient put <local-path> [<remote-path>]
: upload a filedbclient share <remote-path>
: get a public link for a filedbclient info
: show account infodbclient reset
: reset the authentication status
Contribution
Contribution and advises are welcome.
- Author: LittleQ
- E-Mail: littleq0903@gmail.com