Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

flush(1) [v7 man page]

FLUSH(1)						      General Commands Manual							  FLUSH(1)

NAME
Flush - GTK-based BitTorrent client SYNOPSIS
flush [OPTIONS] [TORRENT_FILE]... DESCRIPTION
Flush is a GTK-based BitTorrent client. You can use it to download files from the BitTorrent network. You can control already running instance, for example, by following commands: flush -o --download-rate-limit=100 flush --start=all FEATURES
* Controlling running instance by command line interface, such as: * Starting/stopping torrents. * Changing download/upload rate limit. * Changing maximum connections limit. * Running many instances with different configs from the same user. * Automatic copying finished downloads to specified directory. * Setting custom download path for each file of the torrent. * Ability to choose torrent file's character set encoding. * Automatic torrents loading from specified directory. * Automatic pausing and removing old torrents. * Temporary pausing and resuming torrents. * Overall and current session statistics. * Creating your own torrent files. * IP filter. OPTIONS
--version Show program version and exit. --help Show help options and exit. --config=DIRECTORY Configuration directory path (default: ~/.flush). --download-rate-limit=SPEED Set download rate limit (KB/s). --upload-rate-limit=SPEED Set upload rate limit (KB/s). --max-uploads=NUMBER Set maximum uploads. --max-connections=NUMBER Set maximum connections. --start={all,downloads,uploads} Start torrents. --stop={all,downloads,uploads} Stop torrents. -o, --only-pass Only pass commands to already running Flush instance. Does not start new instance if it is not running yet. FILES
~/.flush Default configuration directory. BUGS
On startup Flush finds already running instances via DBus session bus. Therefore it is necessary to run Flush in a single session bus (usual in X session bus) to prevent running several instances with one configuration path. Please notice that when you are running Flush from console or by cron, when DISPLAY environment variable is not available, Flush finds already running GUI instance without problems via ${config_path}/dbus_session link, which all GUI instances are creating when they have owned DBus name. This makes it possible to control running Flush GUI instances from cron. AUTHOR
Flush was written by Dmitry Konishchev <konishchev@gmail.com>. This manual page was written by Dmitry Konishchev <konishchev@gmail.com>. Jun 11, 2009 FLUSH(1)

Check Out this Related 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)
Man Page