Access rtorrent XML RPC via C#



i have an C# Program that should get information from rtorrent running on a server. Like the progress of a stream or the download rate and also be able to delete the finished torrents after some time. As far as i know rtorrent only supports the XML RPC. So now i need to know how to access this api and get information from it via C#.


I already have the code to connect to the transmission Json rpc, is it possible to reuse the code? http://ift.tt/1wkUFQV


No comments:

Post a Comment