deluge-console help
Posted: Fri Aug 22, 2014 6:15 pm
OK,
I have figured how to run a command using deluge-console
This opens the console with an error message about invalid password.
In the application interface I enter:
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:
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.
I have figured how to run a command using deluge-console
Code: Select all
deluge-console
In the application interface I enter:
Code: Select all
connect localhost username password
config -s listen_ports (12345,12345)
exit
I tried:
Code: Select all
deluge-console connect localhost username password config "-s listen_ports (12345,12345)"
Does anyone have any suggestions how to run the above commands from a terminal command line?
Thanks in advance.