Search found 5 matches

by BoKKeR
Tue Mar 28, 2017 6:57 pm
Forum: Web Interface
Topic: Adding torrent remotely using RPC
Replies: 7
Views: 24828

Re: Adding torrent remotely using RPC

Thanks it did solve my problem. thanks for the help :)
by BoKKeR
Sun Feb 19, 2017 9:23 am
Forum: Web Interface
Topic: Adding torrent remotely using RPC
Replies: 7
Views: 24828

Re: Adding torrent remotely using RPC

yes that method worked with uTorrent but I had to escape the magnet link, here it dosent work I can try to utf8 encode it or base64 but it still wont work :/ I will look trough the code on the github tho thx
by BoKKeR
Sat Feb 18, 2017 12:21 pm
Forum: Web Interface
Topic: Adding torrent remotely using RPC
Replies: 7
Views: 24828

Re: Adding torrent remotely using RPC

I managed to get the content of the .torrent added after I base64 encoded it with "torrent-add", "metainfo" but I cant get the the torrent added with a magnet link at all. I tried "filename" with utf8 and base64
by BoKKeR
Thu Feb 16, 2017 8:04 pm
Forum: Web Interface
Topic: Adding torrent remotely using RPC
Replies: 7
Views: 24828

Re: Adding torrent remotely using RPC

x190 wrote:Older info, but might be useful?

https://blog.flo.cx/2011/02/how-to-open ... one-click/
thats more of a workaround. there should be a api call that could take magnet or torrent. Its not that big of a deal I dont get why its missing
by BoKKeR
Mon Feb 06, 2017 7:02 pm
Forum: Web Interface
Topic: Adding torrent remotely using RPC
Replies: 7
Views: 24828

Adding torrent remotely using RPC

hey I am trying to add transmission to my torrent program. I need a way to add torrents remotely, in any form, magnet or file. the torrent-add method suggests that I need to have a torrent file on the server locally to be able to add it to transmission. I see no way to upload the file. no way to add...