Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

transmission-gtk(1) [hpux man page]

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

NAME
transmission-gtk -- a bittorrent client SYNOPSIS
transmission-gtk -? transmission-gtk [-pqm] [torrent-file ...] DESCRIPTION
transmission-gtk 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
-? --help Show help options -p --paused Start with all torrents paused -m --minimized Start minimized in notification area -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. Multiple .torrent files may be added at startup by appending them on the command line. If transmission-gtk is already running, the torrents will be added to the running instance. ENVIRONMENT
TRANSMISSION_HOME Sets the default config-dir. http_proxy libcurl uses this environment variable when performing tracker announces. If set, this overrides the GNOME proxy preferences. FILES
~/.config/transmission The config-dir used when neither [TRANSMISSION_HOME] nor [-g] is specified. AUTHORS
transmission-gtk 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/ BSD
May 20, 2008 BSD

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

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problems installing a program through Terminal in Mac OS X

Hey all.. I have a problem with the BitTorrent client called Deluge. (Deluge BitTorrent Client). Followed the guide on their homepage, but can't get it to work. First of all I have installed Xcode Tools 3.0 and MacPorts. I did the "sudo port install deluge" command, and all packages seemed to... (1 Reply)
Discussion started by: Sixmax
1 Replies

2. UNIX for Advanced & Expert Users

Geeting the error during file transmission

I am facing the following issue during file transmission from one of our application to SFTP server.Here the fact is that i am geeting the error message but the file transmission is happening properly.The message i get is as follows: sftp> cd inbox sftp> ... (3 Replies)
Discussion started by: bimal3099
3 Replies

3. Shell Programming and Scripting

Unable to read special character from the file

Hello All, We are getting files from sftp server through file transmission protocol & after transmission we are removing all the control M (^M) characters from them.we are expecting various kind of special characters in the files. we are tried removing '^M' characters through 'dos2unix' command... (2 Replies)
Discussion started by: Aquilis
2 Replies

4. Programming

curses.h not found , gtk/gtk.h not found

i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h .. i have also included them using .. #include "/home/ball/Desktop/Sudoku/project/libncurses5-dev_5.7+20101128-1_i386/usr/include/curses.h" ... (2 Replies)
Discussion started by: upvan111
2 Replies

5. UNIX for Dummies Questions & Answers

File transmission logs in UNIX

Can any one give a explaination with examples on how to understand file transmission log files in Unix for inbound and outbound traffic. (1 Reply)
Discussion started by: ITDev01
1 Replies

6. UNIX for Advanced & Expert Users

How to detect files transmission at UNIX server ?

Dear Expert Users, I know that Unix utility ( fuser ) is used to detect "transmission" of files from Source system to "current Linux Server". I have scheduled this Unix script to work every 30th minutes of the hour and whenever files transmission starts at that very moment. And, the file... (4 Replies)
Discussion started by: schandrakar1
4 Replies

7. Shell Programming and Scripting

Automating BitTorrent traffic detection via bash

Hi all, Earlier today, I read an article on how to detect BitTorrent traffic using tshark (the cli version of Wireshark). I wanted to have a go at creating a simple script, that when BitTorrent packets are detected the network connection will be throttled. The thing is that I am not great at... (1 Reply)
Discussion started by: ShrewNet
1 Replies