Changeset 7038 for trunk/daemon/transmission-remote.1
- Timestamp:
- Nov 4, 2008, 5:04:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/transmission-remote.1
r6634 r7038 171 171 Disable peer exchange (PEX). 172 172 173 .It Fl xFl -peers173 .It Fl z Fl -peers 174 174 List the current torrent's connected peers. 175 175 In the `status' section of the list, the following shorthand is used: … … 221 221 Get detailed information on the torrent whose ID is '1': 222 222 .Bd -literal -offset indent 223 $ transmission-remote -t1 -i "223 $ transmission-remote -t1 -i 224 224 .Ed 225 225 226 226 Get a list of a torrent's files: 227 227 .Bd -literal -offset indent 228 $ transmission-remote -t1 -l "228 $ transmission-remote -t1 -l 229 229 .Ed 230 230 231 231 Download only its second and fourth files: 232 232 .Bd -literal -offset indent 233 $ transmission-remote -t1 -Gall -g2,4 "233 $ transmission-remote -t1 -Gall -g2,4 234 234 .Ed 235 235 236 236 Set all torrents' first two files' priorities to high: 237 237 .Bd -literal -offset indent 238 $ transmission-remote -tall -ph1,2 "238 $ transmission-remote -tall -ph1,2 239 239 .Ed 240 240 241 241 Set all torrents' files' priorities to normal: 242 242 .Bd -literal -offset indent 243 $ transmission-remote -tall -pnall "243 $ transmission-remote -tall -pnall 244 244 .Ed 245 245
Note: See TracChangeset
for help on using the changeset viewer.