bnftp.1
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:3k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. ."
  2. ." Copyright (C) 1998,1999  Ross Combs (ross@bnetd.org)
  3. ." 
  4. ." This is free documentation; you can redistribute it and/or
  5. ." modify it under the terms of the GNU General Public License as
  6. ." published by the Free Software Foundation; either version 2 of
  7. ." the License, or (at your option) any later version.
  8. ."
  9. ." The GNU General Public License's references to "object code"
  10. ." and "executables" are to be interpreted as the output of any
  11. ." document formatting or typesetting system, including
  12. ." intermediate and printed output.
  13. ."
  14. ." This manual is distributed in the hope that it will be useful,
  15. ." but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ." MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. ." GNU General Public License for more details.
  18. ."
  19. ." You should have received a copy of the GNU General Public
  20. ." License along with this manual; if not, write to the Free
  21. ." Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
  22. ." USA.
  23. ."
  24. .TH BNFTP 1 "11 June, 2000" "BNETD" "BNETD User's Manual"
  25. .SH NAME
  26. bnftp - Battle.net file transfer client
  27. .SH SYNOPSIS
  28. .B bnftp
  29. [fIoptionsfP]
  30. [fIservernamefP [fIserverportfP]]
  31. .SH DESCRIPTION
  32. .B bnftp
  33. is a simple program for downloading data files from a bnetd server.  These files include
  34. fItos.txtfP, upgrade MPQ archives, and ad banners.
  35. .LP
  36. If no fIservernamefP is specified, localhost is assumed.  If no fIserverportfP is
  37. specified, 6112 is assumed.
  38. .LP
  39. After the program is started it will connect to the server and then prompt for
  40. the filename to download.  No directory components may be used in the filename.
  41. The file is copied to a file with the same name in the current directory.
  42. .SH OPTIONS
  43. .TP
  44. .B -b
  45. Causes
  46. .B bnftp
  47. to emulate a Brood Wars client.
  48. .TP
  49. .B --client
  50. Causes
  51. .B bnftp
  52. to emulate a specific client.  The following client tags are
  53. recognized:
  54. DRTL DSHR STAR SSHR SEXP W2BN.
  55. There are short options which may be used instead for the common clients.
  56. .TP
  57. .B -d
  58. Causes
  59. .B bnftp
  60. to emulate a Diablo client.
  61. .TP
  62. .B -h --help --usage
  63. Print usage information and exit.
  64. .TP
  65. .B -s
  66. Causes
  67. .B bnftp
  68. to emulate a Starcraft client.
  69. .TP
  70. .B -v --version
  71. Print its version number and exit.
  72. .TP
  73. .B -w
  74. Causes
  75. .B bnftp
  76. to emulate a Warcraft II BNE client.
  77. .SH NOTES
  78. The current version is available with the bnetd distribution at:
  79. .LP
  80. .RS
  81. .I http://www.bnetd.org/
  82. .RE
  83. .SH BUGS
  84. This program assumes that the terminal will move to the beginning of the current line
  85. when the carriage return character (^M) is printed.  It also assumes the backspace
  86. character (^H) will move one column to the left that character printed after that
  87. will replace those already on the screen.
  88. .LP
  89. The terminal settings are not consulted for keybindings.  The following are assumed:
  90. .TP
  91. ^H
  92. delete the character to the left of the cursor
  93. .TP
  94. ^J
  95. accept current line
  96. .TP
  97. ^M (return)
  98. accept current line
  99. .TP
  100. ^T
  101. transpose the last two characters
  102. .TP
  103. ^W
  104. delete word to the left of the cursor
  105. .TP
  106. ^U
  107. delete the whole input line
  108. .TP
  109. ^[ (escape)
  110. cancel the current input line
  111. .TP
  112. ^? (delete)
  113. delete the character to the left of the cursor
  114. .SH "SEE ALSO"
  115. .BR bnetd (1)
  116. .SH AUTHOR
  117. Ross Combs (fIross@bnetd.orgfP)