Page 1 of 1

deluge-console help

Posted: Fri Aug 22, 2014 6:15 pm
by zounder1
OK,
I have figured how to run a command using deluge-console

Code: Select all

deluge-console
This opens the console with an error message about invalid password.
In the application interface I enter:

Code: Select all

connect localhost username password
config -s listen_ports (12345,12345)
exit
So that all works fine. However, I would like to simply enter all these parameters from the terminal command prompt and skip the deluge-console interface

I tried:

Code: Select all

deluge-console connect localhost username password config "-s listen_ports (12345,12345)"
But it spits out some error message. I have tried a variety of variations with this, but no luck.

Does anyone have any suggestions how to run the above commands from a terminal command line?

Thanks in advance.

Re: deluge-console help

Posted: Fri Aug 22, 2014 8:00 pm
by Cas
The man page specifies that console commands are separated by semi-colon and you should quote the entire command, mentioned on this forum many many times. Please search in future.