user@linuxtrack:~ $ python -c 'print("Soyez les bienvenus !")'

Vous n'êtes pas identifié(e).

#1 27-01-2013 17:09:11

Yzeew
Membre d'or

[TuTo] Utilisation de la ligne de Commande Dropbox

== Installation

Commencez par créer un répertoire ~/bin dans votre home ( vous n'êtes pas obligés  ) si vous n'avez pas déjà un .

mkdir -p ~/bin 

Télécharger  la ( CLI = Command Line Interface )  ici = > http://www.dropbox.com/download?dl=packages/dropbox.py
Ou utiliser la commande  " wget " en console .

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

Rendez la fichier CLI exécutable

chmod +x ~/bin/dropbox.py

== Utilisation

Commencez par le menu d'aide en tapant simplement

~/bin/dropbox.py help 

Qui renvoi

Dropbox command-line interface

commands:

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

 status       get current status of the dropboxd
 help         provide help
 puburl       get public url of a file in your dropbox
 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

Si vous désirez l'utiliser sans se rendre a chaque fois dans le répertoire ~/bin qui se trouve dans votre home , déplacez le fichier exécutable ( CLI ) dans " /usr/local/bin "

sudo mv ~/bin/dropbox.py /usr/local/bin/

Ensuite vous pouvez l'utiliser simplement en tapant " dropbox.py " ou plus rapide " dr [tab] "  ^^

Ex :

dropbox.py status
Idle

Dernière modification par Yzeew (27-01-2013 17:15:19)


>> Good things come to those who, Wait.. <<

>> sip:yzeew@ekiga.net << and >> #Pouni3 <<

Hors ligne

Pied de page des forums