Droxi

An ftp-like command-line Dropbox interface in Ruby.

Installation

Installation as Ruby gem:

gem install droxi

Manual installation:

git clone https://github.com/jangler/droxi.git
cd droxi && rake && sudo rake install

If you use Arch Linux or a derivative, you may also install via the AUR package.

Features

  • Interface based on GNU coreutils, GNU ftp, and lftp
  • Context-sensitive tab completion and path globbing
  • Upload, download, organize, search, and share files
  • File revision control
  • Man page and interactive help

Examples

Start interactive session:

droxi

Invoke single command and exit:

droxi share Photos/pic.jpg

Scripting:

echo -e "cd Photos \n put -f *jpg" | droxi