Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

helical(1) [debian man page]

HELICAL(1)						      General Commands Manual							HELICAL(1)

NAME
helical - control Bittorrent client Transmission from command line SYNOPSIS
helical [options] [[hostname][:port]] [command] DESCRIPTION
helical is a remote control utility for Bittorrent client Transmission. By default, helical connects to the Transmission session at localhost:9091. Other sessions can be controlled by specifying a different hostname and/or port. helical operates in two modes: from command line and in interactive mode. To run helical in interactive mode start it without a command. For the commands list please refer to COMMANDS section. OPTIONS
-u USERNAME, --username=USERNAME Authentication username. -p PASSWORD, --password=PASSWORD Authentication password. COMMANDS
add torrent-file | URL [target-dir paused=(yes|no) peer-limit=#] Add a torrent specified by torrent-file or URL to the transfer list. Use target-dir as download location for torrent. Set paused to yes or no, to start or stop torrent activity respectively. Add peer-limit option to specify maximum number of peers. exit, quit Exit from helical. info [torrent-id, ...] Get details for a torrent. If no torrent-id is provided, all torrents are displayed. list List all torrent transfers. remove torrent-id [, ...] Remove one or more torrents from the transfer list. session get | stats Get session parameters or session statistics. start torrent-id [, ...] Start one or more queued torrent transfers. stop torrent-id [, ...] Stop one or more active torrent transfers. verify torrent-id [, ...] Verify one or more torrent transfers. AUTHOR
Erik Svensson SEE ALSO
transmissioncli(1), transmission-daemon(1), transmission-remote(1) http://www.transmissionbt.com/ 0.2 2009-09-04 HELICAL(1)

Check Out this Related Man Page

TRANSMISSION-QT(1)					    BSD General Commands Manual 					TRANSMISSION-QT(1)

NAME
transmission-qt -- a bittorrent client SYNOPSIS
transmission-qt -h transmission-qt [options] [torrent-file ...] DESCRIPTION
transmission-qt is a fast and easy BitTorrent client. BitTorrent is a peer-to-peer file transfer protocol which uses a metainfo file (usually with the .torrent file extension) and a central tracker to distribute file data amongst a group of peers. For more information on the BitTorrent protocol see http://www.bittorrent.org/ OPTIONS
-h --help Show help options -g, --config-dir directory Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. -m --minimized Start minimized in notification area -p, --port port Port to use when connecting to an existing session -r, --remote host Connect to an existing session at the specified hostname -u, --username username Username to use when connecting to an existing session -v, --version Show version number and exit -w, --password password Password to use when connecting to an existing session Multiple .torrent files may be added at startup by appending them on the command line. If transmission-qt is already running, the torrents will be added to the running instance. ENVIRONMENT
TRANSMISSION_HOME Sets the default config-dir. FILES
~/.config/transmission The config-dir used when neither [TRANSMISSION_HOME] nor [-g] is specified. AUTHORS
transmission-qt was written by Jordan Lee, Josh Elsasser, Eric Petit, and Mitchell Livingston. SEE ALSO
transmission-create(1), transmission-daemon(1), transmission-edit(1), transmission-gtk(1), transmission-qt(1), transmission-remote(1), transmission-show(1) http://www.transmissionbt.com/ June 26, 2010
Man Page