mktorrent

Create BitTorrent metainfo files from files and directories

brewmacoslinux
Try with needOr install directly
Source

About

Create BitTorrent metainfo files

Commands

mktorrent

Examples

Create a torrent file for a single file$ mktorrent -o output.torrent /path/to/file
Create a torrent file for a directory with tracker URL$ mktorrent -a http://tracker.example.com:6969/announce -o output.torrent /path/to/directory
Create a torrent with comment and piece length specification$ mktorrent -c 'My torrent comment' -l 18 -o output.torrent /path/to/content