Command-line tool for Dropbox accessing
git clone [email protected]:littleq0903/dbclient.gitcd dbclientsudo pip install -r requirements.txt- Move
dbclientto any directory which is under yourPATH. (e.g.sudo cp dbclient /usr/local/bin)
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 and advises are welcome.
- Author: LittleQ
- E-Mail: [email protected]