meta données pour cette page

Du Torrent avec Deluge


Déluge est un logiciel permettant de partager des données à travers le protocole BitTorrent. Il est possible d'établir des communications chiffré, qu'il peut gérer divers plugins et peut s'administrer via une application web.

Installation

apt-get install deluged deluge-console python3-libtorrent python3-libtorrent python3-software-properties python-software-properties

Démarrer le daemon :

deluged

Puis on peut lancer le téléchargement d'un torrent avec :

deluge-console "add http://chemin-du-fichier.torrent"

Logiciel client

deluge-console

Les commandes sont les suivantes :

add = Ajouter un torrent (fichier ou via HTTP)                                                                                                                                                                                 
cache - Show information about the disk cache                                                                                                                                                                                                
config - Show and set configuration values                                                                                                                                                                                                   
connect - Connect to a new deluge server.                                                                                                                                                                                                    
debug - Enable and disable debugging                                                                                                                                                                                                         
del - Remove a torrent                                                                                                                                                                                                                       
exit - Exit from the client.                                                                                                                                                                                                                 
halt - Shutdown the deluge server.                                                                                                                                                                                                           
help - displays help on other commands                                                                                                                                                                                                       
info - Show information about the torrents                                                                                                                                                                                                   
pause - Pause a torrent                                                                                                                                                                                                                      
plugin - Manage plugins with this command                                                                                                                                                                                                    
quit - Exit from the client.                                                                                                                                                                                                                 
recheck - Forces a recheck of the torrent data                                                                                                                                                                                               
resume - Resume a torrent                                                                                                                                                                                                                    
rm - Remove a torrent 

Ressources :