home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / o9democ.zip / HELPIU.UTL < prev    next >
Text File  |  1994-09-28  |  9KB  |  195 lines

  1.  
  2.                       BULLETRON FILE TRANSFER HELP
  3.  
  4.  
  5.                     DOWNLOADING FILES FROM BULLETRON
  6.  
  7. To download a file, or a set of files, you must first select the files
  8. that you want to transfer.  Begin by entering a "D" command at the main
  9. system prompt.  Bulletron will then present you with a menu of file
  10. directories and ask you to select one of them.  Each sub-board (section)
  11. can have as many as 35 file directories.  Some may have only one and
  12. some may not have any.  If there is only one file directory on the
  13. sub-board that you have currently selected, then this prompt will be
  14. skipped.  If there are no file directories on the current sub-board,
  15. then you will be told that there are no files that you can download, and
  16. that you should try a different sub-board.  If you had previously done
  17. an "F" (list files), "V" (view files), "D" (download files), or "U"
  18. (upload files) command then Bulletron will assume that you want to use
  19. the same file directory as you used the last time and will not ask you
  20. to select a file directory.  Your file directory selection is reset when
  21. you change sub-boards or do an "F" command.
  22.  
  23. Once you have selected a file directory, Bulletron asks you to select a
  24. transfer method, or "protocol".  Your choice of file transfer protocol
  25. depends mostly on the capabilities of the communications program that
  26. you are using in your computer.  The available selections are:
  27.  
  28.      ╔══════════════════════════════════════════════════════════╗
  29.      ║  >>>>  BULLETRON(TM)  FILE TRANSFER PROTOCOL MENU  <<<<  ║
  30.      ╟──────────────────────────────────────────────────────────╢
  31.      ║  <A>  ASCII, text file transfers only                    ║
  32.      ║  <S>  SEARCH ASCII files for a text string               ║
  33.      ║  <X>  XMODEM standard checksum                           ║
  34.      ║  <C>  XMODEM-CRC                                         ║
  35.      ║  <1>  XMODEM-1K (aka "single file YMODEM")               ║
  36.      ║  <Y>  YMODEM batch                                       ║
  37.      ║  <G>  YMODEM-G batch, for error correcting modems ONLY   ║
  38.      ║  <Z>  ZMODEM                                             ║
  39.      ║  <H>  HELP!!!                                            ║
  40.      ║  <K>  KILL process (return to main system prompt)        ║
  41.      ╚══════════════════════════════════════════════════════════╝
  42.  
  43.    "A" - ASCII
  44.  
  45. ASCII is used for simple text or text which you want displayed on your
  46. screen.  It should not be used for .EXE or .ARC files because certain
  47. bytes, like null and CTRL/Z can not be transmitted.  No error checking
  48. is performed.  Before you start an ASCII download, set up your
  49. communications program to capture your session to a disk file.  You will
  50. see the file displayed on your screen as it comes across.
  51.  
  52.    "X" - XMODEM (standard checksum)
  53.  
  54. XMODEM can be used for .EXE and .ARC files as well as text files.  It is
  55. the most widely available file transfer protocol for microcomputer
  56. systems.  It provides some error detection.  It breaks up the file into
  57. very small blocks during transmission (128 bytes each), and checks for
  58. errors on each block.  It tends to be slow, but fairly reliable on noisy
  59. phone lines because of its frequent error checking.
  60.  
  61.    "C" - XMODEM-CRC
  62.  
  63. XMODEM-CRC is similar to standard XMODEM, but uses better error
  64. detection methods.  XMODEM-CRC runs at the same speed as standard
  65. XMODEM, using the same size data blocks, but is more reliable.
  66.  
  67.    "1" - XMODEM-1K
  68.  
  69. XMODEM-1K is similar to XMODEM-CRC except that the block size is
  70. increased to 1,024 bytes.  This makes it run much faster than
  71. XMODEM-CRC, but less reliably on noisy phone lines.
  72.  
  73.    "Y" - Ymodem
  74.  
  75. YMODEM is a multiple file transfer protocol.  YMODEM sends a header
  76. block at the beginning of each file that contains the file name, size,
  77. date and other information.  At the end of a set of files, YMODEM sends
  78. a header block with no file name, which marks the end of the set of
  79. files.
  80.  
  81.    "G" YMODEM-G
  82.  
  83. YMODEM-G is a YMODEM variation for use ONLY with error correcting
  84. modems.  The only difference between YMODEM-G and standard YMODEM is
  85. that the receiving end of a YMODEM-G transfer does not verify the
  86. checksums on the blocks.  The sender must still generate and send them,
  87. but the receiver ignores them, and the sender does not wait for an
  88. acknowledgment from the receiver before sending the next block.
  89.  
  90.    "Z" - ZMODEM
  91.  
  92. ZMODEM is the most efficient file transfer protocol that can be created
  93. for any type of computer.  ZMODEM sends the file data a one, long
  94. continuous stream, with no delays between bytes or between blocks.
  95. After each 1,024 byte in the stream, the sender inserts two or four
  96. bytes of CRC error check code.  Without stopping, the sender continues
  97. sending the next block.  If the receiver detects an error, it sends a
  98. recovery point message to the sender through the backchannel, while the
  99. sender is still sending.  If the sender discovers a recovery point
  100. message, it backs up and starts sending the file again at the indicated
  101. recovery point.
  102.  
  103. After you select one of these file transfer protocols, Bulletron asks
  104. you for the name(s) of the files that you want to receive.  You can
  105. enter a specific file name, such as:
  106.  
  107.    "FILENAME.EXT"
  108.  
  109. or use a wildcard file specification to download a number of files from
  110. the selected file directory, such as:
  111.  
  112.    "FILENAME.*", or
  113.    "*.EXT", or
  114.    "*.*", or            (to get ALL the files in the current directory)
  115.    "A*.*"               (to get all files whose names begin with the
  116.                          letter "A")
  117.  
  118. and so forth.  Bulletron will then show you the names of all the files
  119. that you are about to receive, and ask you for another file
  120. specification.  Just press [ENTER] when you think you have enough files
  121. selected and Bulletron will begin the transfer.  If you selected any
  122. file transfer protocol other than ZMODEM, then you will also have to
  123. tell your communications program to start receiving the files.  Many
  124. communications programs use the "PgDn" key for this.
  125.  
  126. You can also put a "/T" at the end of your file specification to make
  127. Bulletron show you each file in a set and ask you whether or not you
  128. want to download it.  Use this if you think you may already have some of
  129. the files covered by the wildcard file specification.
  130.  
  131. Some file transfer protocols - XMODEM, XMODEM-CRC and XMODEM-1K - can
  132. only transfer one file at a time.  For these protocols, Bulletron will
  133. not allow you to use wildcard file specs.  and will begin the transfer
  134. after you enter the first file name.
  135.  
  136. You can also use shortcuts to make downloading easier.  Once you have
  137. selected a current file directory using an "F", "D", "V" or "U" command,
  138. you can enter the protocol and file specification all on one line.  For
  139. instance, if you enter:
  140.  
  141.    "DZ *.*"
  142.  
  143. then Bulletron will immediately begin sending you all the files in the
  144. current directory without further adieu!
  145.  
  146. You can also use a command like:
  147.  
  148.    "DS *.TXT"
  149.  
  150. to perform an ASCII download of all ".TXT" files in the current file
  151. directory, but only sending you specific lines out of the files that
  152. contain a text string that you specify.  This helps you locate specific
  153. files in a large directory of documents, such as a databse of legal
  154. documents.
  155.  
  156. If you want to start a big download and go away, leaving the system to
  157. log off when the download finishes, put "/Q" at the end of the last file
  158. specification you enter.  A "/Q" is ignored on any file specification
  159. except the last one.
  160.  
  161.  
  162.                        UPLOADING FILES TO BULLETRON
  163.  
  164. Uploading files to Bulletron is much like downloading files.  You must
  165. select a file directory and file tranfer protocol as with downloading.
  166. Key differences are:
  167.  
  168. - For batch transfers (YMODEM, YMODEM-G and ZMODEM), you do not specify
  169.   any file names to Bulletron.  You tell your communications program
  170.   which files to send after you press your "PgUp" key (or whatever key
  171.   starts an upload with your program), and Bulletron receives the file
  172.   names as part of the files.
  173.  
  174. - When you finish sending a batch of files, Bulletron will ask you to
  175.   enter verbal descriptions of all the files that you sent.
  176.  
  177.  
  178.                              HELPFUL HINTS
  179.  
  180. Use ZMODEM.
  181.  
  182. Avoid YMODEM.  Too many developers have misconceptions of what YMODEM
  183. is.
  184.  
  185. Some YMODEM implementations fail to send the final header block that has
  186. no file name that marks the end of a set of files.  If your
  187. communications program permits you to upload a file with YMODEM
  188. protocol, and completes the transfer but Bulletron does not return you
  189. to the main command prompt it is most likely that this final header
  190. block was not sent.  Pressing [ENTER] should return you to the main
  191. system prompt after such a transfer.
  192.  
  193. --- END OF HELP MESSAGE ---
  194.  
  195.