Pejman Moghadam / Slackware

Slackware 13.1 - CTorrent - lightweight BitTorrent client with bandwidth management capabilities (with epkg)

Public domain


Bookmarks

http://www.rahul.net/dholmes/ctorrent/
http://sourceforge.net/projects/dtorrent/


Installation

cd /usr/src
wget -c http://sourceforge.net/projects/dtorrent/files/dtorrent/3.3.2/ctorrent-dnh3.3.2.tar.gz
su - install
cd /usr/src
tar xf ctorrent-dnh3.3.2.tar.gz
cd ctorrent-dnh3.3.2
./configure --prefix=/usr/
make 
make install DESTDIR=/usr/local/encap/ctorrent-dnh3.3.2
cd /usr/local/encap/
mkencap ctorrent-dnh3.3.2/
logout
cd /usr/local/encap
epkg  ctorrent-dnh3.3.2

Usage

ctorrent -e 120 -p 6880 -D 25 -U 8 CentOS-6.0-x86_64-bin-DVD.torrent

-e int          Exit while seed <int> hours later (default 72 hours)
-p port         Listen port (default 2706 -> 2106)
-D rate         Max bandwidth down (unit KB/s)
-U rate         Max bandwidth up (unit KB/s)

BY: Pejman Moghadam
TAG: ctorrent, epkg
DATE: 2011-09-06 20:07:28


Pejman Moghadam / Slackware [ TXT ]