Library to communicate with transmission rpc
WARNING:
It is highly encouraged to use HTTPS since the Transmission authentication is using BasicAuth which could be easily intercepted.
https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md
- torrent-start
- torrent-stop
- torrent-start-now
- torrent-verify
- torrent-reannounce
- torrent-set
- torrent-get
- torrent-add
- torrent-remove
- torrent-set-location
- torrent-rename-path
- session-set
- session-get
- session-stats
- blocklist-update
- port-test
- queue-move-top, queue-move-up, queue-move-down, queue-move-bottom
- session-close
- free-space
- group-set
- group-get
sync
: Enables a thread-safe version ofTransClient
.tor-get-serde
: Enables serde ofTorrentGetField
s.
sync
: Enables a thread-safe version ofTransClient
.tor-get-serde
: Enables serde ofTorrentGetField
s.