diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-16 00:50:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-16 00:50:25 +0200 |
commit | fd02ddae19dd91a94edd5d6a67b854750df8ec34 (patch) | |
tree | 5e670bea58226b9e953a0a3dfab817d934ab17cc /sys/man/1/torrent | |
parent | 53511a90972162053ffdc1daf23ffa063476c9a6 (diff) |
ip/torrent: webseed support
Diffstat (limited to 'sys/man/1/torrent')
-rw-r--r-- | sys/man/1/torrent | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/sys/man/1/torrent b/sys/man/1/torrent index 61ab3a552..d0502975a 100644 --- a/sys/man/1/torrent +++ b/sys/man/1/torrent @@ -14,7 +14,10 @@ torrent \- bittorrent client .I mtpt ] [ .B -t -.I url +.I tracker-url +] [ +.B -w +.I webseed-url ] [ .B -s ] [ @@ -44,13 +47,22 @@ reads the file given at the final .I file argument (or standard-input when omited) and writes a torrent file to standard-output and exits. -A tracker -.I url +A +.I tracker-url should be given with the .B -t option in that case. A list of trackers can be obtained on the web, see the examples below. .PP +If the files in the torrent are also available from a url, a +.I webseed-url +can be passed with the +.B -w +option. If +.I webseed-url +ends with a slash, the filename, from the torrent, concatinated +with the url forms the target url. +.PP Without the .B -c option, |