A clone of btpd with my configuration changes.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

48 řádky
1.3 KiB

  1. .TH BTINFO "1" "2010\-07\-15" "BitTorrent Protocol Daemon 0.15" "User Commands"
  2. .\" disable hyphenation
  3. .nh
  4. .\" adjust text to left margin only
  5. .ad l
  6. .\" -----------------------------------------------------------------
  7. .\" MAIN CONTENT
  8. .\" -----------------------------------------------------------------
  9. .SH "NAME"
  10. btinfo \- BitTorrent Protocol Daemon information
  11. .SH "SYNOPSIS"
  12. .B btinfo
  13. \fIfile\fR
  14. .SH "EXAMPLE"
  15. List the torrent information for \fBosol\-0906\-x86.iso.torrent\fR
  16. .PP
  17. .nf
  18. .B $ btinfo /var/torrents/osol\-0906\-x86.iso.torrent
  19. Name: osol\-0906\-x86.iso
  20. Info hash: 58aca632a9f68427a8ac8f58cafa7a72ca067dba
  21. Tracker URLs: [ [ http://dlc.sun.com:6969/announce ] [ http://dlc.sun.com:16969/announce ] ]
  22. Number of pieces: 1354
  23. Piece size: 524288
  24. Total size: 709871616
  25. Number of files: 1
  26. Files:
  27. osol-0906-x86.iso (709871616)
  28. .fi
  29. .SH "TROUBLESHOOTING"
  30. If \fBbtpd\fR has shut down for some unknown reason, check the logfile for possible clues.
  31. .SH "BUGS"
  32. Known bugs are listed at \fIhttp://github.com/queueRAM/btpd/issues\fR
  33. .sp
  34. Before submitting a bug report, please verify that you are running the latest version of btpd.
  35. .SH "AUTHORS"
  36. .sp
  37. Current maintainers:
  38. .sp
  39. \- Marq Schneider <\fIqueueRAM@gmail.com\fR>
  40. .sp
  41. Past contributors:
  42. .sp
  43. \- Richard Nyberg <\fIbtpd@murmeldjur.se\fR>
  44. .SH "SEE ALSO"
  45. .BR \fBbtpd\fR(1)
  46. .BR \fBbtcli\fR(1)