Changes between Version 165 and Version 166 of Faq


Ignore:
Timestamp:
01/17/2017 10:26:54 AM (7 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v165 v166  
    167167deluge-console "info [torrent]" 
    168168}}} 
     169 
     170=== How can I run multiple commands from the terminal? === 
     171 
     172Use `;` to separate commands and enclose the commands with double quotes `"`: 
     173{{{ 
     174deluge-console "connect host user pass; info" 
     175}}} 
     176 
     177 
    169178=== How do I connect the console UI to a daemon on a non-default port? === 
    170179