bbsnnrp.8
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:3k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. .TH BBSNNRP 8 "16 Jul 1995" "NCTU CSIE" "Kuhn's Utility Reference Manual"
  2. .UC E 86-1
  3. .SH NAME
  4. bbsnnrp - BBS Network News Reading Program 
  5. .SH SYNOPSIS
  6. .B bbsnnrp 
  7. [-fBh|?fP]
  8. [-fBvfP]
  9. [-fBcfP]
  10. [-fBrfP fI[prot:]remotehostfP]
  11. [-fBpfP fIport|pathfP]
  12. [-fBwfP fIsecondsfP]
  13. [-fBnfP]
  14. [-fBafP fImax_artsfP]
  15. [-fBsfP fImax_statsfP]
  16. [-fBtfP fIstdin|nntpfP]
  17. [-fBgfP fInewsgroupsfP]
  18. [-fBmfP fImoderatorfP]
  19. [-fBofP fIorganizationfP]
  20. [-fBffP fItrust_userfP]
  21. [-fBFfP fItrust_userfP]
  22. nntpserver activefile
  23. .SH DESCRIPTION
  24. .PP
  25. .B Bbsnnrp
  26. is a program to extract news articles from remote NNTP server and
  27. send(feed) articles extracted to another server (remotely or locally) by 
  28. talking IHAVE or POST nntp protocol.
  29. .PP
  30. When startup, 
  31. .I BBSnnrp 
  32. tries to connect two servers, one is the news article supplier
  33. and the other is the article consumer.  
  34. .SH OPTIONS
  35. .TP
  36. .BI -h|? 
  37. Show help messages. 
  38. .TP
  39. .B -v
  40. Verbose mode. All protocol transactions are logged. Default=wont.
  41. .TP
  42. .B -c 
  43. Reset active files only. Don't receive artiles. Default=will.
  44. .TP
  45. .BI -r  " [prot:]remotehostname"
  46. Send articles to remotehost. Default=IHAVE:localhost
  47. .I remotehostname 
  48. is the host where you want to send articles.
  49. .I prot 
  50. is the NNTP protocol to send articles to. Current supports are
  51. .I IHAVE 
  52. and
  53. .I POST
  54. .
  55. .TP
  56. .BI -p  " port_no|path_name"
  57. Send articles to remotehost in port_no. Default=7777. Or
  58. Send articles to localhost  in path_name. Default=~bbs/innd/.innbbsd.
  59. .I port_no 
  60. is the port number you want to connect.
  61. .I path_name 
  62. is the path of a socket file.
  63. .TP
  64. .BI -w  " seconds"
  65. Wait for seconds and run infinitely. Default=only one shot.
  66. .I seconds 
  67. is the time to wait and greator than 60.
  68. .TP
  69. .B  -n
  70. Don't ask innbbsd server and stat articles.
  71. .TP
  72. .BI -a  " max_arts"
  73. Maximum number of articles received for a group each time. Default=100.
  74. .I max_arts
  75. is the maximum number of articles you want to receive.
  76. .TP
  77. .BI -s  " max_stats"
  78. Maximum number of articles stated for a group each time. Default=1000.
  79. .I max_stats
  80. is the maximum number of articles you want to stat.
  81. .TP
  82. .BI -t  " stdin|nntp"
  83. Type of article sending (feeding). Default=nntp.
  84. You can feed extracted articles to 
  85. .I nntp
  86. socket strem or to 
  87. .I stdin
  88. directly.
  89. .TP
  90. .BI -g  " newsgroups"
  91. When get feed from stdin,
  92. .I newsgroups
  93. is the pseudo newsgroup name.
  94. When get feed from nntp, only handle
  95. .I newsgroups
  96. in the active file.
  97. .TP
  98. .BI -m  " moderator"
  99. You can add "Approved: 
  100. .I moderator
  101. "
  102. to article headers when get stdin feed..  
  103. .TP
  104. .BI -o  " organization"
  105. Add "Organization: 
  106. .I organization
  107. "
  108. to article headers when get stdin feed.
  109. .TP
  110. .BI -f  " trust_user (From: trust_user)"
  111. Accept stdin feed only when "From: from-user" is the same as
  112. .I trust_user
  113. .
  114. .TP 
  115. .BI -F  " trust_user (From trust_user)"
  116. Accept stdin feed only when "From from-user" is the same as
  117. .I trust_user
  118. .
  119. .SH FILES
  120. .PD 0
  121. .TP 
  122. .BR ~bbs/innd/activefile, ~bbs/innd/bbsnnrp.log
  123. .PD
  124. .SH AUTHOR
  125. Shih-Kun Huang (skhuang@csie.nctu.edu.tw)
  126. .SH BUGS
  127. Only servers supporting 
  128. .I STAT 
  129. protocol can process 
  130. .I cancel 
  131. efficiently.
  132. .SH "SEE ALSO"
  133. .BR innbbsd (8)
  134. .BR newsfeeds.bbs (5)
  135. .BR nodelist.bbs (5)
  136. .BR bntplink (8)