Skip to content

install dropbox in $HOME

ac427 edited this page Nov 7, 2016 · 2 revisions

$ cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - $ ~/.dropbox-dist/dropboxd This computer isn't linked to any Dropbox account... Please visit bla bla ....

$ wget -O ~/dropbox.py "http://www.dropbox.com/download?dl=packages/dropbox.py"

$ python ~/dropbox.py

Dropbox command-line interface commands:

Note: use dropbox help to view usage for a specific command.

status get current status of the dropboxd throttle set bandwidth limits for Dropbox help provide help puburl get public url of a file in your dropbox's public folder stop stop dropboxd running return whether dropbox is running start start dropboxd filestatus get current sync status of one or more files ls list directory contents with current sync status autostart automatically start dropbox at login exclude ignores/excludes a directory from syncing lansync enables or disables LAN sync sharelink get a shared link for a file in your dropbox proxy set proxy settings for Dropbox

Clone this wiki locally