Skip to content

Instantly share code, notes, and snippets.

@tree-s
tree-s / curl-transmission.sh
Last active January 30, 2025 00:58
--curl new torrents to a transmission web daemon
#!/bin/bash
test -z $1 && echo "need magnet link!
$0 <magnet link>" && exit -1
HOST=YourRemoteHostNameOrIP
PORT=YourPort(default is 9091)
USER=User
# NOTE: I had issues using passwords with semicolons (;) in them,
# you might want to stay away from them
PASS=pass