Page 1 of 1

deluge-console get info from remote server

Posted: Sun Dec 11, 2016 7:08 pm
by Tain
Is it possible?

When I run deluge-console connect ... my log says
[INFO ] 13:54:23 ui:124 Deluge ui 1.3.13
[INFO ] 13:54:23 ui:127 Starting console ui..
[INFO ] 13:54:23 client:217 Connecting to daemon at 127.0.0.1:58846..
[INFO ] 13:54:23 client:121 Connected to daemon at 127.0.0.1:58846..
[INFO ] 13:54:23 client:224 Connection lost to daemon at 127.0.0.1:58846 reason: Connection was closed cleanly.
(I know the ip is local, I'm doing it locally for testing purposes)

So I can connect, but I don't know how to have it run a second command before it closes the connection.

If the commands started with a - dash, or you had the option of doing -c <command> it would be simple, but I couldn't find anything similar to that searching online.

Re: deluge-console get info from remote server

Posted: Tue Dec 13, 2016 11:20 am
by Cas
It has been mentioned quite a few times in the forum. Commands can be separated with ;

Re: deluge-console get info from remote server

Posted: Wed Dec 14, 2016 12:45 am
by Tain
Ahh, thanks. I didn't find it through search. It would be a good addition to the wiki.