mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
Updated RPC Setup XMLRPC (markdown)
+10
-6
@@ -1,10 +1,5 @@
|
||||
# Using XMLRPC with rTorrent
|
||||
|
||||
## TODOs for this page
|
||||
* Security review of all the webserver config snippets (specifically nginx)
|
||||
* Use non-deprecated commands
|
||||
* Use domain sockets, and only mention TCP in a warning
|
||||
* Take out all the "you could" stuff that only confuses people (less options is more)
|
||||
|
||||
## Security concerns regarding exposing the `xmlrpc` API
|
||||
|
||||
@@ -185,4 +180,13 @@ Note that all commands now require a target, even if it is an empty string.
|
||||
> xmlrpc localhost p.get_url 91A2DF0C9288BC4C5D03EC8D8C26B4CF95A4DBEF:p0
|
||||
```
|
||||
|
||||
The first and second example passes the index of the file as an integer and string respectively. The third example uses a more compact syntax that contains both the info hash, type and index in the same string.
|
||||
The first and second example passes the index of the file as an integer and string respectively. The third example uses a more compact syntax that contains both the info hash, type and index in the same string.
|
||||
|
||||
## TODOs for this page
|
||||
* [ ] Security review of all the webserver config snippets (specifically nginx)
|
||||
- @matthewstrasiotto has *improved* nginx snippets, though I can't say whether I've done a thorough review.
|
||||
* [ ] Use non-deprecated commands
|
||||
- Unsure where deprecated commands have been used
|
||||
* [x] Use domain sockets, and only mention TCP in a warning
|
||||
* [ ] Take out all the "you could" stuff that only confuses people (less options is more)
|
||||
- I dot know if this is done
|
||||
|
||||
Reference in New Issue
Block a user