Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2011-10-13 12:31:00
Size: 1486
Editor: adjordje
Comment:
Revision 3 as of 2011-10-13 12:42:59
Size: 1492
Editor: adjordje
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
* Dropbox is not available over SEPP on our managed Linux Clients.
If you need to use Dropbox please Refer to this site:
http://forums.dropbox.com/topic.php?id=2543
* Dropbox is not available over SEPP on our managed Linux Clients. If you need to use Dropbox please Refer to this site: http://forums.dropbox.com/topic.php?id=2543
Line 10: Line 8:
Usage: dbcli.py <command> [options] ... <command> [options] {{{
Usage: dbcli.py <command> [options] ... <command> [options] 
Line 12: Line 11:
   status - Get overall status for the daemon.
   copypublic <file> - Copies the url to the clipboard (? I guess)
  
install <x86/x86_64> - Tries to download the daemon and install it in your home directory.
  
browse <folder> - Browse the specified folder in your browser.
  
copygallery - Copies the gallery url to the clipboard.
  
share <file> - Open the browser and shows share-information.
  
file <file> - Get information about a file/folder.
  
folder <folder> - Get information about a file/folder.
   help - Gives this.
  
revisions <file> - Opens the revisions page in your browser for the specified file.
 status - Get overall status for the daemon.
 copypublic <file> - Copies the url to the clipboard (? I guess)   install <x86/x86_64> - Tries to download the daemon and install it in your home directory.   browse <folder> - Browse the specified folder in your browser.   copygallery - Copies the gallery url to the clipboard.   share <file> - Open the browser and shows share-information.   file <file> - Get information about a file/folder.   folder <folder> - Get information about a file/folder.
 help - Gives this.   revisions <file> - Opens the revisions page in your browser for the specified file.
}}}
Line 24: Line 25:

$ ./dbcli.py status
up to date
$ ./dbcli.py folder ~/Dropbox/Work
Folder status: up to date
{{{
$ ./dbcli.py status 
up to date 
$ ./dbcli.py folder ~/Dropbox/Work 
Folder status: up to date 
Line 31: Line 32:
   browse - Browse this folder via the web interface
   share - Add and remove collaborators
 browse - Browse this folder via the web interface
 share - Add and remove collaborators
Line 34: Line 35:
}}}

Question: How to use Dropbox on managed Linux Clients?

* Dropbox is not available over SEPP on our managed Linux Clients. If you need to use Dropbox please Refer to this site: http://forums.dropbox.com/topic.php?id=2543

The Dropbox Linux CLI dbcli.py was created to accommodate for the lack of an official Linux CLI for Dropbox. This Python program allows you to query the daemon in a similar manner to the GUI client.

The available commands can be obtained by running dbcli.py help:

Usage: dbcli.py <command> [options] ... <command> [options] 
Available commands:
 status - Get overall status for the daemon.
 copypublic <file> - Copies the url to the clipboard (? I guess) 
 install <x86/x86_64> - Tries to download the daemon and install it in your home directory. 
 browse <folder> - Browse the specified folder in your browser. 
 copygallery - Copies the gallery url to the clipboard. 
 share <file> - Open the browser and shows share-information. 
 file <file> - Get information about a file/folder. 
 folder <folder> - Get information about a file/folder.
 help - Gives this. 
 revisions <file> - Opens the revisions page in your browser for the specified file.

Usage Example

$ ./dbcli.py status 
up to date 
$ ./dbcli.py folder ~/Dropbox/Work 
Folder status: up to date 
Folder is tagged as: shared
Available options for the folder:
 browse - Browse this folder via the web interface
 share - Add and remove collaborators
$

FAQ/DropboxManagedLinuxClients (last edited 2020-09-07 10:47:11 by adjordje)