home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v611docs.zip / VMAIN611.ZIP / VC2-AG < prev    next >
Text File  |  1993-10-08  |  2KB  |  47 lines

  1.                                            VBBS 6.11 Documentation -- 2-G-1
  2.  
  3.  
  4.      ╔════════════════════════════════════════════════════════════════╗
  5.          ║ CHAPTER TWO ANNEX G     DOWNLOAD/UPLOAD PROTOCOLS              ║
  6.          ╚════════════════════════════════════════════════════════════════╝
  7.  
  8.         PROTOCOLS are the means by which files are transferred to
  9.      and from your system.  The original protocol was XModem, devel-
  10.      oped by Ward Christensen; there are many more to choose from now.
  11.      VBBS comes "out of the package" preconfigured to handle XModem,
  12.          YModem, ZModem, ZModem-Batch, and HS-Link protocols and it own
  13.          proprietary VXY protocol. Other protocols may added at your
  14.          discretion.  Each protocol is configurable by:
  15.  
  16.      1) Which letter the user will press to select that protocol
  17.      2) The name and description of the protocol
  18.      3) DOS command line to run protocol.  Parameters passed are
  19.  
  20.         %1  COM port
  21.         %2  baud rate
  22.         %3  filename
  23.         %4  handshake
  24.         %5  UART rate
  25.         %6  port base
  26.         %7  port IRQ
  27.         %8  channel number
  28.         %9  upload directory
  29.  
  30.      4) Batch compatible? (Y/N)
  31.  
  32.         For most installations, the preconfigured protocols will
  33.      be more than sufficient; should you wish to add other protocols,
  34.      consult the protocol documentation for information on construc-
  35.      ting the proper command line.
  36.  
  37.      --> IMPORTANT NOTE:  It is HIGHLY recommended that you use the
  38.                   FULL path when you specify the filename of
  39.                   your transfer protocols; these programs are
  40.                   notorious for their pickiness in this re-
  41.                   gard.  For example, with ZModem, you might
  42.                   use the following command line to set it up
  43.                   to receive files (upload protocol):
  44.  
  45.                                  C:\VBBS\DSZ port %1 ha %4 restrict rz
  46.  
  47.