Deluge windows command line?

Post Reply
TheDude

Deluge windows command line?

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

Re: Deluge windows command line?

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