.TH MKTORRENT "1" "September 2018" "mktorrent 1.1" "User Commands" .SH NAME mktorrent \- simple BitTorrent metainfo file creator .SH SYNOPSIS .B mktorrent [\fI\,OPTIONS\/\fR] \fI\,\/\fR .SH DESCRIPTION mktorrent is a command line utility to create BitTorrent metainfo files used by trackers and torrent clients. It can create metainfo files for single files or complete directories in a fast way. .SH OPTIONS .TP \fB\-a\fR, \fB\-\-announce=\fR[,...] Specify the full announce URLs. Additional \fB\-a\fR adds backup trackers. .TP \fB\-c\fR, \fB\-\-comment=\fR Add a comment to the metainfo. .TP \fB\-d\fR, \fB\-\-no\-date\fR Don't write the creation date. .TP \fB\-h\fR, \fB\-\-help\fR Show this help screen. .TP \fB\-l\fR, \fB\-\-piece\-length=\fR Set the piece length to 2^n bytes. Default is 18, that is 2^18 = 256kB. .TP \fB\-n\fR, \fB\-\-name=\fR Set the name of the torrent. Default is the basename of the target. .TP \fB\-o\fR, \fB\-\-output=\fR Set the path and filename of the created file. Default is .torrent. .TP \fB\-p\fR, \fB\-\-private\fR Set the private flag. .TP \fB\-s\fR, \fB\-\-source=\fR Add source string embedded in infohash. .TP \fB\-t\fR, \fB\-\-threads=\fR Use threads for calculating hashes. Default is the number of CPU cores. .TP \fB\-v\fR, \fB\-\-verbose\fR Be verbose. .TP \fB\-w\fR, \fB\-\-web\-seed=\fR[,...] Add web seed URLs. Additional \fB\-w\fR adds more URLs. .SH "AUTHORS" Written by Emil Renner Berthing . As of May 2016 the upstream maintainer is Kai Nilsen . .PP This manpage was written for the Debian mktorrent package by Paride Legovini and Nico Golde . .SH "REPORTING BUGS" Please send bug reports, patches, feature requests, praise and general gossip about the program to: . .SH "COPYRIGHT" .PP This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. .SH "SEE ALSO" More documentation at: .