logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mktorrent - simple BitTorrent metainfo file creator

Authors

       Originally written by Emil Renner Berthing <esmil@mailme.dk>.

       This manpage was written for the Debian mktorrent package by Paride Legovini <paride@debian.org> and Nico
       Golde <nion@debian.org>.

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.

Name

       mktorrent - simple BitTorrent metainfo file creator

Options

-a, --announce=<url>[,<url>...]
              Specify the full announce URLs.  Additional -a adds backup trackers.

       -c, --comment=<comment>
              Add a comment to the metainfo.

       -d, --no-date
              Don't write the creation date.

       -h, --help
              Show this help screen.

       -l, --piece-length=<n>
              Set the piece length to 2^n bytes.  Default is 18, that is 2^18 = 256kB.

       -n, --name=<name>
              Set the name of the torrent.  Default is the basename of the target.

       -o, --output=<filename>
              Set the path and filename of the created file.  Default is <name>.torrent.

       -p, --private
              Set the private flag.

       -s, --source=<source>
              Add source string embedded in infohash.

       -t, --threads=<n>
              Use <n> threads for calculating hashes.  Default is the number of CPU cores.

       -v, --verbose
              Be verbose.

       -w, --web-seed=<url>[,<url>...]
              Add web seed URLs.  Additional -w adds more URLs.

Reporting Bugs

       Please use the GitHub issue tracker <https://github.com/pobrn/mktorrent/issues>.

See Also

       More documentation at: <https://github.com/pobrn/mktorrent/wiki>.

mktorrent 1.1                                    September 2018                                     MKTORRENT(1)

Synopsis

mktorrent [OPTIONS] <targetdirectoryorfilename>

See Also