Search found 1 match

by joubin
Fri Feb 27, 2009 4:31 am
Forum: Support
Topic: transmissioncli status how?
Replies: 4
Views: 11421

Re: transmissioncli status how?

Hi Thomas,

I have written a script called trstatus to do this. Just replace username and passwd with the username and password fro your server.


#!/bin/sh
NAME=`/usr/bin/basename $0`
USAGE="$NAME [-c] [-l]"
if [ $# -eq 0 ]
then
/usr/bin/transmission-remote -l -n username:passed
elif [ $# -eq 1 ...