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

Download history 174/week @ 2024-07-07 258/week @ 2024-07-14 101/week @ 2024-07-21 116/week @ 2024-07-28 51/week @ 2024-08-04 137/week @ 2024-08-11 85/week @ 2024-08-18 92/week @ 2024-08-25 51/week @ 2024-09-01 43/week @ 2024-09-08 54/week @ 2024-09-15 81/week @ 2024-09-22 113/week @ 2024-09-29 43/week @ 2024-10-06 35/week @ 2024-10-13 33/week @ 2024-10-20

225 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–16MB
~219K SLoC