Page 1 of 1

Deluge windows command line?

Posted: Wed Feb 15, 2012 3:16 pm
by TheDude
I have been searching a little on forum but couldn't find anything to my question.

At the moment i'm running Utorrent on my windows 2008 server. But have been thinking to change to Deluge. But does Deluge have any command line to windows?

With Utorrent i can run a command line options so i can start a torrent and make to download to a correct destination even though in options the default location is set to something else.

So i was hoping Deluge might had something smiliar too? :)

Re: Deluge windows command line?

Posted: Wed Feb 15, 2012 6:29 pm
by Cas
You can use deluge-console from the command line:

Code: Select all

PS C:\Program Files (x86)\Deluge> .\deluge-console.exe

Deluge-console does not run in interactive mode on Windows.

Please use commands from the command line, eg:

    deluge-console.exe help
    deluge-console.exe info
    deluge-console.exe "add --help"
    deluge-console.exe "add -p c:\mytorrents c:\new.torrent"