mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
19 lines
410 B
Markdown
19 lines
410 B
Markdown
Library to communicate with transmission rpc
|
|
|
|
spec: https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt
|
|
|
|
Supported Methods:
|
|
|
|
- [ ] torrent-set
|
|
- [ ] torrent-get
|
|
- [ ] torrent-add
|
|
- [ ] torrent-remove
|
|
- [ ] torrent-set-location
|
|
- [ ] torrent-rename-path
|
|
- [ ] session-set
|
|
- [X] session-get
|
|
- [ ] session-stats
|
|
- [ ] blocklist-update
|
|
- [ ] port-test
|
|
- [ ] session-close
|
|
- [ ] free-space |