18 releases
0.4.3 | Jul 15, 2024 |
---|---|
0.4.2 | Nov 6, 2023 |
0.4.1 | Mar 8, 2023 |
0.4.0 | Oct 31, 2022 |
0.2.3 | Jul 13, 2020 |
#247 in Network programming
225 downloads per month
Used in 6 crates
88KB
1.5K
SLoC
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.
Transmission RPC Spec
https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md
Supported Methods
Torrent Actions
- torrent-start
- torrent-stop
- torrent-start-now
- torrent-verify
- torrent-reannounce
Torrent Mutators
- torrent-set (some)
- torrent-get (most fields)
- torrent-add
- torrent-remove
- torrent-set-location
- torrent-rename-path
- session-set
- session-get
- session-stats
- blocklist-update
- port-test
- session-close
- free-space
Dependencies
~5–16MB
~219K SLoC