Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
-
jlazkano
- Posts: 13
- Joined: Sun Jul 12, 2009 9:05 pm
Post
by jlazkano »
Hello forum, I have a Debian Squeeze server with Transmission, I want to make a script to manage my torrents.
But when I execute this I can get the torrent list:
Code: Select all
$ transmission-remote -l
Unexpected response: <h1>401: Unauthorized</h1>Unauthorized Useroded
How can I log in?
Thanks and best regards.
-
gunzip
- Posts: 272
- Joined: Wed May 05, 2010 2:12 am
Post
by gunzip »
try this..
$ transmission-remote --auth username:password -l
-
jlazkano
- Posts: 13
- Joined: Sun Jul 12, 2009 9:05 pm
Post
by jlazkano »
gunzip wrote:try this..
$ transmission-remote --auth username:password -l
Thanks! It works!
Best regards.