1TRANSMISSION-CREATE(1) BSD General Commands Manual TRANSMISSION-CREATE(1)
2
4 transmission-create — command-line utility to create .torrent files
5
7 transmission-create [-h] [-p] [-o file] [-c comment] [-t tracker]
8 [-s piece-size-KiB] [source file or directory]
9
11 transmission-create creates BitTorrent .torrent files from the command
12 line
13
15 -h --help
16 Show a short help page and exit.
17
18 -o --outfile
19 Save the generated .torrent to this filename.
20
21 -p --private
22 Flag the torrent as intended for use on private trackers.
23
24 -c --comment
25 Add a comment to the torrent file.
26
27 -s --piecesize
28 Set how many KiB each piece should be, overriding the preferred
29 default
30
31 -r --source
32 Set the torrent's source for private trackers
33
34 -t --tracker
35 Add a tracker's announce URL to the .torrent. Most torrents will
36 have at least one announce URL. To add more than one, use this
37 option multiple times.
38
39 --anonymize
40 Omit the optional "created by" and "created date" keys from the
41 generated torrent which otherwise default to the Transmission
42 version number and the current date.
43
45 Charles Kerr and Mike Gelfand.
46
48 transmission-create(1), transmission-daemon(1), transmission-edit(1),
49 transmission-gtk(1), transmission-qt(1), transmission-remote(1),
50 transmission-show(1)
51
52 https://transmissionbt.com/
53
54BSD June 9, 2010 BSD