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

#272 in Network programming

Download history 97/week @ 2024-07-20 125/week @ 2024-07-27 55/week @ 2024-08-03 123/week @ 2024-08-10 95/week @ 2024-08-17 83/week @ 2024-08-24 63/week @ 2024-08-31 45/week @ 2024-09-07 55/week @ 2024-09-14 82/week @ 2024-09-21 112/week @ 2024-09-28 38/week @ 2024-10-05 38/week @ 2024-10-12 36/week @ 2024-10-19 38/week @ 2024-10-26 35/week @ 2024-11-02

150 downloads per month
Used in 6 crates

MIT license

88KB
1.5K SLoC

Crates badge

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

Support the project: Donate button

Dependencies

~5–17MB
~219K SLoC