crtorrent is a simple, small, free replacement for mktorrent, an application coded in C#.
crtorrent hopes to alleviate the issue mktorrent has with UTF-8 filenames by using a language that natively supports C#.
crtorrent can be easily run via command-line to hash files and directories and create torrent files.
USAGE: To run crtorrent, unpack the contents of the ZIP file to a folder of your choice. Then, open a terminal (console) window (from /Applications/Utilities), point it to the folder which contains the crtorrent executable and execute the following command:
mono crtorrent.exe
Here are some key features of "crtorrent":
· Hashing of folders
· Hashing of single files
· Multi-tracker support
· mktorrent compatible
· Produces valid torrent files
Requirements:
· Mono 2.10.2 or later
What's New in This Release: [ read full changelog ]
· Fixed a very, very nasty bug in file names.
· Added a make.sh