Hello,
I currently use Deluge and Transmission on my server with autodl-irssi.
I send .torrent files to deluge with the following options in .autodl.cfg:
upload-type = exec
upload-command = /usr/local/bin/deluge-console
upload-args = "connect localhost:PORT USERNAME PASS; add -p ~/downloads $(torrentpathname)"
Does anyone know the command to send the .torrent to transmission-daemon with a path I specify?
Many thanks.