diff -u ctorrent-1.3.4-dnh3.3.2/debian/changelog ctorrent-1.3.4-dnh3.3.2/debian/changelog --- ctorrent-1.3.4-dnh3.3.2/debian/changelog +++ ctorrent-1.3.4-dnh3.3.2/debian/changelog @@ -1,3 +1,11 @@ +ctorrent (1.3.4-dnh3.3.2-0ubuntu2) jaunty; urgency=low + + * New upstream release (LP: #293722) + * debian/ctorrent.sgml: + - Added content to the docbook for relevant man page to generated from + + -- Jay Tulathimutte Thu, 08 Jan 2009 16:55:08 -0800 + ctorrent (1.3.4-dnh3.3.2-0ubuntu1) intrepid; urgency=low * New upstream release (LP: #255036) diff -u ctorrent-1.3.4-dnh3.3.2/debian/ctorrent.sgml ctorrent-1.3.4-dnh3.3.2/debian/ctorrent.sgml --- ctorrent-1.3.4-dnh3.3.2/debian/ctorrent.sgml +++ ctorrent-1.3.4-dnh3.3.2/debian/ctorrent.sgml @@ -63,70 +63,259 @@ &dhpackage; - + General Options + Download Options + Make Torrent Options + file.torrent - + CTorrent is a BitTorrent Client written in C that doesn't require any + graphical component, such as an X server. It's built as a console program + and it can be even used remotely in a machine that provides outside ssh + access. + This manual page was written for the Debian distribution because the original + program does not have a manual page. - CTorrent is a BitTorrent Client written in C that - doesn't require any graphical component, such as an X server. - It's built as a console program and it can be even used remotely - in a machine that provides outside ssh access. - - This manual page documents briefly the - &dhpackage; and bar - commands. - - This manual page was written for the &debian; distribution - because the original program does not have a manual page. - Instead, it has documentation in the &gnu; - Info format; see below. - - &dhpackage; is a program that allows you to download bittorrent files using a terminal, without having X support - + OPTIONS + Ctorrent uses short-style options. It can be run in two modes: Download mode (where it parses a torrent file and acts as a peer or seeder to transfer files), and Make Torrent mode (where it creates a torrent control file out of given files). Additionally, there are a few General Options that are always valid. + - OPTIONS + GENERAL OPTIONS + + + + + + Show this message + + + + + + + Decode metainfo (torrent) file only, don't download + + + + + + + Check pieces only, don't download + + + + + + + Verbose output (for debugging) + + + + - These programs follow the usual &gnu; command line syntax, - with long options starting with two dashes (`-'). A summary of - options is included below. For a complete description, see the - Info files. + + DOWNLOAD OPTIONS + + + + + + Exit while seed hours later (default 72 hours) + + + + + + + Exit after seeding to ratio (UL:DL) + + + + + + + Listen for connections on specific IP address (default all/any) + + + + + + + Listen port (default 2706 -> 2106) + + + + + + + Download ("save as") to a different file or directory + + + + + + + Cache size, unit MB (default 16MB) + + + + + + + Force saved bitfield or seed mode (skip initial hash check) + + + + + + + Specify bitfield save file (default is torrent+".bf") + + + + + + + Max peers count (default 100) + + + + + + + Min peers count (default 1) + + + + + + + Download slice/block size, unit KB (default 16, max 128) + + + + + + + Specify file number(s) to download + + + + + + + Max bandwidth down (unit KB/s) + + + + + + + Max bandwidth up (unit KB/s) + + + + + + + Set Peer ID prefix (default "-CD0302-") + + + + + + + Set User-Agent header (default "Enhanced-CTorrent/dnh3.2") + + + + + + + Use CTCS server at host:port + + + + + + + Preallocate files on disk + + + + + + + Convert foreign filenames to printable text + + + + + + + Run command upon download completion ("user exit") + + + + + + + Daemon mode (fork to background) + + + + + + MAKE TORRENT OPTIONS - - + - Show summary of options. + Create a new torrent file - - + + + Tracker's url + + + + - Show version of program. + Piece length (default 262144) + + + + + + + Specify metainfo file name + - AUTHOR + Examples - This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + Download a torrent with a different file name, in foreground (interactive) mode:ctorrent -s new_filename -e 12 -C 32 -p 6881 example.torrent + Get a torrent file from a server, and start downloading in the background (there won't be a good way to test whether it's done): + wget http://some.server.net/some.torrent +ctorrent -E 1.5 -p 12000 -U 20 -P -AZ2304- -d some.torrent - - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - + home page: http://ctorrent.sourceforge.net/ + + + AUTHOR + original author: bsdi@sina.com + This manual page was written for the Debian system (but may be used by others). This document is put into the public domain by its author.