Changeset 9355
- Timestamp:
- Oct 22, 2009, 2:13:18 AM (13 years ago)
- Location:
- branches/1.7x
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/NEWS
r9115 r9355 1 === Transmission 1.76 (2009/09/13) === 2 ==== All Platforms ==== 3 * Fix manpage errors 4 * Use automake's "quieter builds" rule when available 5 1 6 === Transmission 1.75 (2009/09/13) === 2 7 [http://trac.transmissionbt.com/query?milestone=1.75&group=component&groupdesc=1&order=severity All tickets closed by this release] -
branches/1.7x/cli/transmissioncli.1
r8710 r9355 59 59 The options are as follows: 60 60 .Bl -tag -width Ds 61 62 61 .It Fl a, Fl -announce Ar announce-url 63 62 When creating a new torrent, set its announce URL 64 65 63 .It Fl b Fl -blocklist 66 64 Enable peer blocklists. Transmission understands the bluetack blocklist file format. 67 65 New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory. 68 69 66 .It Fl B Fl -no-blocklist 70 67 Disble blocklists. 71 72 68 .It Fl c, Fl -comment Ar comment-text 73 69 When creating a new torrent, set its comment field 74 75 70 .It Fl d, -downlimit Ar number 76 71 Set the maximum download speed in KB/s 77 78 72 .It Fl D, -no-downlimit 79 73 Don't limit the download speed 80 81 74 .It Fl er Fl -encryption-required 82 75 Encrypt all peer connections. … … 85 78 .It Fl et Fl -encryption-tolerated 86 79 Prefer unencrypted peer connections. 87 88 80 .It Fl f, -finish Ar script 89 81 Set a script to run when the torrent finishes 90 91 82 .It Fl g, Fl -config-dir Ar directory 92 83 Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. 93 84 See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. 94 95 85 .It Fl h, Fl -help 96 86 Prints a short usage summary. 97 98 87 .It Fl i, Fl -info 99 88 Shows torrent details and exit 100 101 89 .It Fl m, Fl -portmap 102 90 Enable portmapping via NAT-PMP or UPnP 103 104 91 .It Fl M, Fl -no-portmap 105 92 Disable portmapping 106 107 93 .It Fl n, Fl -new Ar sourcefile 108 94 Create torrent from the specified file or directory 109 110 95 .It Fl p, -port Ar port 111 96 Set the port to listen for incoming peers. (Default: 51413) 112 113 97 .It Fl r, Fl -private 114 98 When creating a new torrent, set its 'private' flag 115 116 99 .It Fl s, -scrape 117 100 Print the current number of seeders and leechers for the specified torrent 118 119 101 .It Fl t, -tos 120 102 Set the peer socket TOS for local router-based traffic shaping. 121 122 103 .It Fl u, -uplimit Ar number 123 104 Set the maximum upload speed in KB/s 124 125 105 .It Fl U, -no-uplimit 126 106 Don't limit the upload speed 127 128 107 .It Fl v, Fl -verify 129 108 Verify the torrent's downloaded data. 130 131 109 .It Fl w, Fl -download-dir Ar directory 132 110 Where to save downloaded data. 133 134 111 .Sh SIGNALS 135 112 In addition to these options, sending -
branches/1.7x/configure.ac
r9113 r9355 12 12 AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix]) 13 13 AC_SUBST(PEERID_PREFIX,[peer_id_prefix]) 14 15 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) 14 16 15 17 AC_CONFIG_MACRO_DIR([m4]) -
branches/1.7x/daemon/transmission-daemon.1
r8710 r9355 1 1 .Dd July 21, 2008 2 2 .Dt TRANSMISSION-DAEMON 1 3 4 3 .Sh NAME 5 4 .Nm transmission-daemon … … 29 28 .Op Fl w Ar download-dir 30 29 .Ek 31 32 30 .Sh DESCRIPTION 33 31 .Nm … … 35 33 via RPC commands from transmission's web interface or 36 34 .Xr transmission-remote 1 . 37 38 35 .Sh OPTIONS 39 36 .Bl -tag -width Ds 40 41 37 .It Fl a Fl -allowed Ar x.x.x.x,... 42 38 Allow RPC access to a comma-delimited whitelist of IP addresses. … … 44 40 Default: "127.0.0.1" 45 41 Example: "127.0.0.*,192.168.1.*" 46 47 42 .It Fl b Fl -blocklist 48 43 Enable peer blocklists. Transmission understands the bluetack blocklist file format. 49 44 New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory. 50 51 45 .It Fl c Ar directory 52 46 Directory to watch for new .torrent files to be added. As they are added to this directory, 53 47 the daemon will load them into Transmission. 54 55 48 .It Fl C 56 49 Do not watch for new .torrent files. 57 58 50 .It Fl B Fl -no-blocklist 59 51 Disble blocklists. 60 61 52 .It Fl f Fl -foreground 62 53 Run in the foreground and print errors to stderr. 63 64 54 .It Fl g Fl -config-dir Ar directory 65 55 Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. 66 56 See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. 67 68 69 57 .It Fl er Fl -encryption-required 70 58 Encrypt all peer connections. … … 73 61 .It Fl et Fl -encryption-tolerated 74 62 Prefer unencrypted peer connections. 75 76 63 .It Fl h Fl -help 77 64 Print command-line option descriptions. 78 79 65 .It Fl i Fl -bind-address-ipv4 80 66 Listen for IPv4 BitTorrent connections on a specific address. Only one IPv4 listening address is allowed. Default: 0.0.0.0 (All addresses) … … 83 69 .It Fl r Fl -rpc-bind-address 84 70 Listen for RPC connections on a specific address. This must be an IPv4 address. Only one RPC listening address is allowed. Default: 0.0.0.0 (All addresses) 85 86 71 .It Fl -paused 87 72 Pause all torrents on startup 88 89 73 .It Fl L Fl -peerlimit-global Ar limit 90 74 Overall peer limit. Useful on embedded systems where the default might be unsuitable. Default: 240 91 75 .It Fl l Fl -peerlimit-torrent Ar limit 92 76 Peer limit per torrent. Useful on embedded systems where the default might be unsuitable. Default: 60 93 94 77 .It Fl m Fl -portmap 95 78 Enable portmapping via NAT-PMP or UPnP 96 79 .It Fl M Fl -no-portmap 97 80 Disable portmapping 98 99 81 .It Fl p Fl -port Ar port 100 82 Port to open and listen for RPC requests on. Default: 9091 101 102 83 .It Fl P, -peerport Ar port 103 84 Port to listen for incoming peers on. Default: 51413 104 105 85 .It Fl t Fl -auth 106 86 Require clients to authenticate themselves. … … 110 90 .Ar password 111 91 are also set. 112 113 92 .It Fl T Fl -no-auth 114 93 Don't require authentication from clients. 115 116 94 .It Fl u Fl -username Ar username 117 95 Used for client authentication. 118 119 96 .It Fl v Fl -password Ar password 120 97 Used for client authentication. 121 122 98 .It Fl V Fl -version 123 99 Show version number and exit 124 125 100 .It Fl w Fl -download-dir 126 101 Where to store downloaded data. 127 128 102 .El 129 130 103 .Sh ENVIRONMENT 131 104 .Bl -tag -width Fl … … 133 106 Sets the default config-dir. 134 107 .El 135 136 137 108 .Sh FILES 138 109 .Bl -tag -width Ds -compact … … 145 116 See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. 146 117 .El 147 148 149 118 .Sh AUTHORS 150 119 .An -nosplit … … 154 123 and 155 124 .An Mitchell Livingston . 156 157 125 .Sh SEE ALSO 158 126 .Xr transmissioncli 1 , -
branches/1.7x/daemon/transmission-remote.1
r8961 r9355 67 67 connects to the transmission session at localhost:9091. 68 68 Other sessions can be controlled by specifying a different host and/or port. 69 70 69 .Sh OPTIONS 71 70 .Bl -tag -width Ds 72 71 .It Fl a Fl -add Ar filenames-or-URLs 73 72 Add torrents to transmission. 74 75 73 .It Fl b Fl -debug 76 74 Enable debugging mode. 77 78 75 .It Fl as Fl -alt-speed 79 76 Use the alternate Limits. 80 81 77 .It Fl AS Fl -no-alt-speed 82 78 Don't use the alternate Limits. 83 84 79 .It Fl asd Fl -alt-speed-downlimit Ar limit 85 80 Limit the alternate download speed to 86 81 .Ar limit 87 82 kilobytes per second. 88 89 83 .It Fl asu Fl -alt-speed-uplimit Ar limit 90 84 Limit the alternate upload speed to 91 85 .Ar limit 92 86 kilobytes per second. 93 94 87 .It Fl asc Fl -alt-speed-scheduler 95 88 Use the scheduled on/off times. 96 97 89 .It Fl ASC Fl -no-alt-speed-scheduler 98 90 Don't use the scheduled on/off days and times. 99 100 91 .It Fl -alt-speed-time-begin Ar time 101 92 .Ar Time 102 93 to start using the alt speed limits (in hhmm). 103 104 94 .It Fl -alt-speed-time-end Ar time 105 95 .Ar Time 106 96 to stop using the alt speed limits (in hhmm). 107 108 97 .It Fl -alt-speed-days Ar days 109 98 Set the number of 110 99 .Ar days 111 100 on which to enable the speed scheduler, using a list such as "2,4-6". 112 113 101 .It Fl d Fl -downlimit Ar limit 114 102 Limit the global download speed to 115 103 .Ar limit 116 104 kilobytes per second. 117 118 105 .It Fl D Fl -no-downlimit 119 106 Remove the global download limit. 120 121 107 .It Fl er Fl -encryption-required 122 108 Encrypt all peer connections. … … 125 111 .It Fl et Fl -encryption-tolerated 126 112 Prefer unencrypted peer connections. 127 128 113 .It Fl f Fl -files 129 114 Get a file list for the current torrent(s) 130 131 115 .It Fl g Fl -get Ar all | file-index | files 132 116 Mark file(s) for download. … … 137 121 .Ar files 138 122 adds multiple files to the download list, 139 such as "-g1,3-5" to add files #1, #3, #4, and #5 to the download list. 140 123 such as "\-g1,3-5" to add files #1, #3, #4, and #5 to the download list. 141 124 .It Fl G Fl -no-get Ar all | file-index | files 142 125 Mark file(s) for not downloading. 143 144 126 .It Fl gsr Fl -global-seedratio Ar ratio 145 127 All torrents, unless overridden by a per-torrent setting, should seed until a specific 146 128 .Ar ratio 147 148 129 .It Fl GSR Fl -no-global-seedratio 149 130 All torrents, unless overridden by a per-torrent setting, should seed regardless of ratio 150 151 131 .It Fl h Fl -help 152 132 Print command-line option descriptions. 153 154 133 .It Fl i Fl -info Ar id | torrent-hash 155 134 Show details of the current torrent(s) 156 157 135 .It Fl si Fl -session-info 158 136 List session information from the server 159 160 137 .It Fl st Fl -session-stats 161 138 List statistical information from the server 162 163 139 .It Fl l Fl -list 164 140 List all torrents 165 166 141 .It Fl m Fl -portmap 167 142 Enable portmapping via NAT-PMP or UPnP 168 143 .It Fl M Fl -no-portmap 169 144 Disable portmapping 170 171 145 .It Fl n Fl -auth Ar username:password 172 146 Set the … … 175 149 .Ar password 176 150 for authentication 177 178 151 .It Fl N Fl -netrc Ar filename 179 152 Set the authentication information from a 180 153 .Ar netrc file. 181 154 See netrc(5) for more information. 182 183 155 .It Fl o Fl -dht 184 156 Enable distributed hash table (DHT). 185 157 .It Fl O Fl -no-dht 186 158 Disable distribued hash table (DHT). 187 188 159 .It Fl p Fl -port Ar port 189 160 Set the 190 161 .Ar port 191 162 for use when listening for incoming peer connections 192 193 163 .It Fl pn Fl -priority-normal Ar all | file-index | files 194 164 Mark file(s) as normal priority. … … 199 169 .Ar files 200 170 sets multiple files' priorities as normal, 201 such as "-pn1,3-5" to normalize files #1, #3, #4, and #5. 202 171 such as "\-pn1,3-5" to normalize files #1, #3, #4, and #5. 203 172 .It Fl ph Fl -priority-high Ar all | file-index | files 204 173 Mark file(s) as high priority. 205 206 174 .It Fl pl Fl -priority-low Ar all | file-index | files 207 175 Mark file(s) as low priority. 208 209 176 .It Fl pr Fl -peers Ar number 210 177 Set the current torrent(s)' maximum number of peers 211 212 178 .It Fl gpr Fl -global-peers Ar number 213 179 Set the maximum number of peers allowed globally 214 215 180 .It Fl r Fl -remove 216 181 Remove the current torrent(s). This does not delete the downloaded data. 217 218 182 .It Fl -remove-and-delete 219 183 Remove the current torrent(s) and delete their downloaded data. 220 221 184 .It Fl -move 222 185 Move the current torrents' data from their current locations to the specified directory. 223 224 186 .It Fl -find 225 187 Tell Transmission where to look for the current torrents' data. 226 227 188 .It Fl sr Fl -seedratio Ar ratio 228 189 Let the current torrent(s) seed until a specific 229 190 .Ar ratio 230 231 191 .It Fl SR Fl -no-seedratio 232 192 Let the current torrent(s) seed regardless of ratio 233 234 193 .It Fl srd Fl -seedratio-default 235 194 Let the current torrent(s) use the global seedratio settings 236 237 195 .It Fl s Fl -start 238 196 Start the current torrent(s) 239 240 197 .It Fl S Fl -stop 241 198 Stop the current torrent(s) from downloading or seeding 242 243 199 .It Fl t Fl -torrent Ar all | id | torrent-hash 244 200 Set the current torrent(s) for use by subsequent options. … … 249 205 .Ar hash . 250 206 To set more than one current torrent, join their ids or hashes together in a list, 251 such as "-t2,4,6-8" to operate on the torrents whose IDs are 2, 4, 6, 7, and 8. 252 207 such as "\-t2,4,6-8" to operate on the torrents whose IDs are 2, 4, 6, 7, and 8. 253 208 .It Fl u Fl -uplimit Ar limit 254 209 Limit the global upload speed to … … 257 212 .It Fl U Fl -no-uplimit 258 213 Remove the global upload limit. 259 260 214 .It Fl v Fl -verify 261 215 Verify the current torrent(s) 262 263 216 .It Fl V Fl -version 264 217 Show version number and exit 265 266 218 .It Fl w Fl -download-dir Ar directory 267 219 Use 268 220 .Ar directory 269 221 as the default location for newly added torrents to download files to. 270 271 222 .It Fl x Fl -pex 272 223 Enable peer exchange (PEX). 273 224 .It Fl X Fl -no-pex 274 225 Disable peer exchange (PEX). 275 276 226 .It Fl pi Fl -peer-info 277 227 List the current torrent's connected peers. … … 287 237 .D1 X: Peer was discovered through Peer Exchange (PEX) 288 238 .D1 ?: We unchoked this peer, but they're not interested 289 290 239 .El 291 240 .Sh EXAMPLES 292 293 241 Set download and upload limits to 400 KiB/sec and 60 KiB/sec: 294 242 .Bd -literal -offset indent 295 $ transmission-remote -d400 -u60 296 $ transmission-remote --downlimit=400 --uplimit=60 297 .Ed 298 243 $ transmission-remote \-d400 \-u60 244 $ transmission-remote \-\-downlimit=400 \-\-uplimit=60 245 .Ed 299 246 Set alternate download and upload limits to 100 KiB/sec and 20 KiB/sec: 300 247 .Bd -literal -offset indent 301 $ transmission-remote -asd100 -asu20 302 $ transmission-remote --alt-speed-downlimit=100 --alt-speed-uplimit=20 303 .Ed 304 248 $ transmission-remote \-asd100 \-asu20 249 $ transmission-remote \-\-alt-speed-downlimit=100 \-\-alt-speed-uplimit=20 250 .Ed 305 251 Set the scheduler to use the alternate speed limits on weekdays between 10AM and 11PM 306 252 .Bd -literal -offset indent 307 $ transmission-remote --alt-speed-time-begin=1000 308 $ transmission-remote --alt-speed-time-end=2300 309 $ transmission-remote --alt-speed-days=1-5 310 $ transmission-remote --alt-speed-scheduler 311 .Ed 312 253 $ transmission-remote \-\-alt-speed-time-begin=1000 254 $ transmission-remote \-\-alt-speed-time-end=2300 255 $ transmission-remote \-\-alt-speed-days=1-5 256 $ transmission-remote \-\-alt-speed-scheduler 257 .Ed 313 258 List all torrents' IDs and states: 314 259 .Bd -literal -offset indent 315 $ transmission-remote -l 316 .Ed 317 260 $ transmission-remote \-l 261 .Ed 318 262 List all torrents from a remote session that requires authentication: 319 263 .Bd -literal -offset indent 320 $ transmission-remote host:9091 --auth=username:password -l 321 .Ed 322 264 $ transmission-remote host:9091 \-\-auth=username:password \-l 265 .Ed 323 266 Start all torrents: 324 267 .Bd -literal -offset indent 325 $ transmission-remote -tall --start 326 .Ed 327 268 $ transmission-remote \-tall \-\-start 269 .Ed 328 270 Add two torrents: 329 271 .Bd -literal -offset indent 330 $ transmission-remote -a one.torrent two.torrent 331 .Ed 332 272 $ transmission-remote \-a one.torrent two.torrent 273 .Ed 333 274 Add all torrents in ~/Desktop: 334 275 .Bd -literal -offset indent 335 $ transmission-remote -a ~/Desktop/*torrent 336 .Ed 337 276 $ transmission-remote \-a ~/Desktop/*torrent 277 .Ed 338 278 Get detailed information on the torrent whose ID is '1': 339 279 .Bd -literal -offset indent 340 $ transmission-remote -t1 -i 341 .Ed 342 280 $ transmission-remote \-t1 \-i 281 .Ed 343 282 Get a list of a torrent's files: 344 283 .Bd -literal -offset indent 345 $ transmission-remote -t1 -l 346 .Ed 347 284 $ transmission-remote \-t1 \-l 285 .Ed 348 286 Download only its second and fourth files: 349 287 .Bd -literal -offset indent 350 $ transmission-remote -t1 -Gall -g2,4 351 .Ed 352 288 $ transmission-remote \-t1 \-Gall \-g2,4 289 .Ed 353 290 Set all torrents' first two files' priorities to high: 354 291 .Bd -literal -offset indent 355 $ transmission-remote -tall -ph1,2 356 .Ed 357 292 $ transmission-remote \-tall \-ph1,2 293 .Ed 358 294 Set all torrents' files' priorities to normal: 359 295 .Bd -literal -offset indent 360 $ transmission-remote -tall -pnall 361 .Ed 362 296 $ transmission-remote \-tall \-pnall 297 .Ed 363 298 .Sh AUTHORS 364 299 .An -nosplit … … 368 303 and 369 304 .An Mitchell Livingston . 370 371 305 .Sh SEE ALSO 372 306 .Xr transmissioncli 1 , 373 307 .Xr transmission-daemon 1 , 374 308 .Xr transmission 1 375 376 309 .Pp 377 310 http://www.transmissionbt.com/ -
branches/1.7x/gtk/transmission.1
r8710 r9355 20 20 .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 21 .\" DEALINGS IN THE SOFTWARE. 22 23 22 .Dd May 20, 2008 24 23 .Dt TRANSMISSION-GTK 1 … … 52 51 Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. 53 52 See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. 54 55 53 .El 56 54 .Pp … … 60 58 .Nm 61 59 is already running, the torrents will be added to the running instance. 62 63 60 .Sh ENVIRONMENT 64 61 .Bl -tag -width Fl … … 66 63 Sets the default config-dir. 67 64 .El 68 69 65 .Sh FILES 70 66 .Bl -tag -width Ds -compact … … 76 72 is specified. 77 73 .El 78 79 74 .Sh AUTHORS 80 75 .An -nosplit … … 86 81 and 87 82 .An Mitchell Livingston . 88 89 83 .Sh SEE ALSO 90 84 .Xr transmissioncli 1 ,
Note: See TracChangeset
for help on using the changeset viewer.