2020-03-23 13:50:19 +08:00
|
|
|
# transmission-create
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Create BitTorrent `.torrent` files.
|
2023-12-01 16:53:03 +01:00
|
|
|
> See also: `transmission`.
|
2021-04-16 16:42:14 +02:00
|
|
|
> More information: <https://manned.org/transmission-create>.
|
2020-03-23 13:50:19 +08:00
|
|
|
|
2025-04-22 19:06:16 +02:00
|
|
|
- Create a torrent with a specific piece size (in KB):
|
2020-03-23 13:50:19 +08:00
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-create {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_announce_url}} {{[-s|--piecesize]}} {{2048}} {{path/to/file_or_directory}}`
|
2020-03-23 13:50:19 +08:00
|
|
|
|
2025-04-22 19:06:16 +02:00
|
|
|
- Create a private torrent with a specific piece size (in KB):
|
2020-03-23 13:50:19 +08:00
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-create {{[-p|--private]}} {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_announce_url}} {{[-s|--piecesize]}} {{2048}} {{path/to/file_or_directory}}`
|
2020-03-23 13:50:19 +08:00
|
|
|
|
|
|
|
- Create a torrent with a comment:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-create {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_url1}} {{[-c|--comment]}} {{comment}} {{path/to/file_or_directory}}`
|
2020-03-23 13:50:19 +08:00
|
|
|
|
|
|
|
- Create a torrent with multiple trackers:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-create {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_url1}} {{[-t|--tracker]}} {{tracker_url2}} {{path/to/file_or_directory}}`
|
2020-03-23 13:50:19 +08:00
|
|
|
|
2023-12-27 03:41:30 -03:00
|
|
|
- Display help page:
|
2020-03-23 13:50:19 +08:00
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-create {{[-h|--help]}}`
|