home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v612docs.zip / VC2G < prev    next >
Text File  |  1993-12-16  |  2KB  |  50 lines

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