reillywatson / DropboxCLI

A command-line interface to Dropbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DropboxCLI is a command-line tool for interfacing with Dropbox.

Building it requires Qt, particularly QtCore, QtNetwork and QCrypto.

OAuth support comes courtesy of KQOAuth, whose source is included.

Usage: DropboxCLI -[ald] <path>
    -a <email> <password>               Authenticate.  This only needs to be done once, or when changing users.  The token is stored on disk in local settings (on Linux, ~/Settings)
    -l <path>                  Get metadata info at <path> (returns JSON object, see the Dropbox API documentation for a schema)
    -d <path>      Download file at <path>
    -c             List the email address that's been authenticated against

About

A command-line interface to Dropbox

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 74.0%Language:C 25.6%Language:Shell 0.4%