Ubuntu – How to create a .torrent using the command line

bittorrentcommand line

I'm using mktorrent, but I'm having problems with it since it doesn't hash the files in the directory for some weird reason…

I'm looking for a replacement specifically for command line

Best Answer

How about ctorrent?

sudo apt-get install ctorrent
ctorrent -t -u "http://tracker.example.com:6969/announce" -s example.torrent file_or_dir_to_upload 

It's also a very good client.

Related Question