Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

transmission-gtk(1) [debian 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-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
Man Page

10 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. Linux

help with writing gtk programs

i am doing a project on linux platform and i need to use the gtk tool kit to create the front end for my programs. To start with i need a simple gtk example program which will accept usernames and passwords and store it into a specified file. and also how to run the code. please reply asap. (2 Replies)
Discussion started by: shruthi
2 Replies

4. 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

5. UNIX for Dummies Questions & Answers

Updating software packages

Hi, I noticed that my programs are not up-to-date, when I go to the official web site of eg. transmission bittorent client I see the newest version is 2.4 and when I check my version , it's 2.0. What do I need to do to update it? I thought it's gonna be updated automatically but nothing. I ran... (2 Replies)
Discussion started by: zdorian
2 Replies

6. 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

7. UNIX for Advanced & Expert Users

Expert opinion on iptables/torrents

Hello all, I want to deny any torrents passing thru linux box that are NOT encrypted. My ISP is doing packet inspection and gives warnings. I'd like to allow torrents when client sets encryption. Any thoughts? (5 Replies)
Discussion started by: darkman_hr
5 Replies

8. 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

9. 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

10. 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