~sense/ubuntu/lucid/transmission/fix-497882

« back to all changes in this revision

Viewing changes to daemon/transmission-remote.1

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-11-28 15:33:48 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081128153348-it70trfnxiroblmc
Tags: 1.40-0ubuntu1
* New upstream release (LP: #302672)
  - Tracker communication uses fewer resources
  - More accurate bandwidth limits
  - Reduce disk fragmentation by preallocating files (LP: #287726)
  - Stability, security and performance improvements to the RPC /
    Web UI server (closes LP: #290423)
  - Support compression when serving Web UI and RPC responses
  - Simplify the RPC whitelist
  - Fix bug that prevented handshakes with encrypted BitComet peers
  - Fix 1.3x bug that could re-download some data unnecessarily
    (LP: #295040)
  - Option to automatically update the blocklist weekly
  - Added off-hour bandwidth scheduling
  - Simplify file/priority selection in the details dialog
  - Fix a couple of crashes
  - New / updated translations
  - Don't inhibit hibernation by default (LP: #292929)
  - Use "close" animation when sending to notification area (LP: #130811)
  - Fix resize problems (LP: #269872)
  - Support "--version" option when launching from command line
    (LP: #292011)
  - Correctly parse announce URLs that have leading or trailing
    spaces (LP: #262411)
  - Display an error when "Open Torrent" fails (LP: #281463)
* Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this
  upstream release.
* debian/control: Don't just build-depend on libcurl-dev, which is
  a virtual package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
.Op Fl v
35
35
.Op Fl w Ar download-dir
36
36
.Op Fl x | X
 
37
.Op Fl z | peers
37
38
.Ek
38
39
.Sh DESCRIPTION
39
40
.Nm
169
170
.It Fl X Fl -no-pex
170
171
Disable peer exchange (PEX).
171
172
 
 
173
.It Fl z Fl -peers
 
174
List the current torrent's connected peers.
 
175
In the `status' section of the list, the following shorthand is used:
 
176
.D1 D: Downloading from this peer
 
177
.D1 d: We would download from this peer if they would let us
 
178
.D1 E: Encrypted connection
 
179
.D1 I: Peer is an incoming connection
 
180
.D1 K: Peer has unchoked us, but we're not interested
 
181
.D1 O: Optimistic unchoked
 
182
.D1 U: Uploading to peer
 
183
.D1 u: We would upload to this peer if they asked
 
184
.D1 X: Peer was discovered through Peer Exchange (PEX)
 
185
.D1 ?: We unchoked this peer, but they're not interested
 
186
 
172
187
.El
173
188
.Sh EXAMPLES
174
189
 
205
220
 
206
221
Get detailed information on the torrent whose ID is '1':
207
222
.Bd -literal -offset indent
208
 
$ transmission-remote -t1 -i"
 
223
$ transmission-remote -t1 -i
209
224
.Ed
210
225
 
211
226
Get a list of a torrent's files:
212
227
.Bd -literal -offset indent
213
 
$ transmission-remote -t1 -l"
 
228
$ transmission-remote -t1 -l
214
229
.Ed
215
230
 
216
231
Download only its second and fourth files:
217
232
.Bd -literal -offset indent
218
 
$ transmission-remote -t1 -Gall -g2,4"
 
233
$ transmission-remote -t1 -Gall -g2,4
219
234
.Ed
220
235
 
221
236
Set all torrents' first two files' priorities to high:
222
237
.Bd -literal -offset indent
223
 
$ transmission-remote -tall -ph1,2"
 
238
$ transmission-remote -tall -ph1,2
224
239
.Ed
225
240
 
226
241
Set all torrents' files' priorities to normal:
227
242
.Bd -literal -offset indent
228
 
$ transmission-remote -tall -pnall"
 
243
$ transmission-remote -tall -pnall
229
244
.Ed
230
245
 
231
246
.Sh AUTHORS