deluge-console help

General support for problems installing or using Deluge
Post Reply
zounder1
New User
New User
Posts: 2
Joined: Fri Aug 22, 2014 5:43 pm

deluge-console help

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge-console help

Post 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.
Post Reply