home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / clcom201.zip / CLICKCOM.XXX / KERMIT.HLP < prev    next >
Text File  |  1993-06-10  |  6KB  |  172 lines

  1. Kermit Setup Help
  2.  
  3.         This Module Allows you to setup the various Features of Kermit File
  4.         Transfers.
  5.  
  6.  
  7.         What is Kermit?
  8.  
  9.         Kermit was developed to facilitate file transfers in environments
  10.         that other protocols couldn't handle.  Such environments include
  11.         links that only pass 7 data bits, links that can't handle control
  12.         characters, computer systems that can't handle large blocks and
  13.         other diverse links such as those between a PC and a mainframe.
  14.  
  15.  
  16.         Simply move the 'X' to the desired selection, or type in the value, and
  17.         proceed to the next field.  As you move from field to field you will
  18.         notice the messages at the bottom of the screen will change.  These are
  19.         quick help  messages.
  20.  
  21.  
  22.         Keyboard interaction
  23.         --------------------
  24.  
  25.         TAB/Shift-TAB           : Moves you from one option to another option.
  26.  
  27.         Enter                   : Moves you from one option to another option.
  28.  
  29.         Up/Dn Cursor Keys       : This will move the 'X' placed next to the
  30.                                   selected item in this field.
  31.  
  32.         Left/Right Cursor Keys  : Moves you left and right in the field.
  33.  
  34.         Ctrl - Right Cursor,    : increases/decrease the Keyboard and mouse
  35.         Ctrl - Left Cursor        click rate.
  36.  
  37.         Alt - D                 : Deletes the value in the field.
  38.  
  39.         Home                    : Places you at the begining of the field.
  40.  
  41.         End                     : Places you at the end of the field.
  42.  
  43.         Escape/Alt - C          : Aborts and Exits this Module
  44.  
  45.         Alt - O                 : Saves all changes and exits this module.
  46.  
  47.         Alt - H                 : Provides help for this module
  48.  
  49.  
  50.         Mouse Interaction
  51.         -----------------
  52.  
  53.         Selecting an option: Left Click on the option you desire to change. If
  54.                              it is button field, it will move the 'X' to the
  55.                              value you click on.  If it is a string field,
  56.                              it will place the cursor at the start of that
  57.                              field.
  58.  
  59.         Saving changes     : Left Click on the OK
  60.  
  61.         Help               : Left Click Help
  62.  
  63.         Aborting           : Left Click Cancel or '■'
  64.  
  65.  
  66.  
  67.  
  68.  
  69. ┌─[■]─────────────────────────── Kermit Options ─────────────────────────────┐
  70. │                                                                            │
  71. │                                                                            │
  72. │  Maximum Packet Size: 80·                     Check Method:                │
  73. │     Maximum Time Out: 5··                     [X] CheckSum 1               │
  74. │            Pad Count: 0··                     [ ] CheckSum 2               │
  75. │        Pad Character: 0··                     [ ] CRC 3                    │
  76. │           Terminator: 13·      Repeat Prefix: ~··                          │
  77. │ Control Char. Prefix: #··    High Bit Prefix: Y··                          │
  78. │                              Sliding Windows: 0·                           │
  79. │    OK   ▄                Maximum Long Packet: 0····                        │
  80. │  ▀▀▀▀▀▀▀▀                                                                  │
  81. │  Cancel ▄                                                                  │
  82. │  ▀▀▀▀▀▀▀▀                                                                  │
  83. │   Help  ▄                                                                  │
  84. │  ▀▀▀▀▀▀▀▀                                                                  │
  85. │                                                                            │
  86. │                                                                            │
  87. │                                                                            │
  88. │ The Largest Data Sub-Packet to Used. (80 Default).                         │
  89. └────────────────────────────────────────────────────────────────────────────┘
  90.  
  91. 1 - Maximum Packet Size
  92.  
  93.         Set the maximum packet length.
  94.  
  95. 2 - Maximum Time Out
  96.  
  97.         Set the maximum time to wait for a packet in seconds.
  98.  
  99. 3 - Pad Count
  100.  
  101.         Set the pad count.
  102.  
  103. 4 - Pad Character
  104.  
  105.         Set the pad character in ASCII Numeric Value.
  106.  
  107. 5 - Terminator
  108.  
  109.         Set the packet terminator.
  110.  
  111. 6 - Control Char. Prefix
  112.  
  113.         Set the control character quote prefix.
  114.  
  115. 7 - Check Method
  116.  
  117.         Set the block check type: CheckSum1 (default), CheckSum2, or CrcK.
  118.  
  119. 8 - Repeat Prefix
  120.  
  121.         Set the repeat quote prefix.
  122.  
  123. 9 - High Bit Prefix
  124.  
  125.         Set the hibit quote prefix.
  126.  
  127. 10 - Sliding Windows
  128.  
  129.         Set the maximum number of sliding windows to allow.
  130.  
  131. 11 - Maximum Log Packet
  132.  
  133.         Set the maximum long packet length.
  134.  
  135.  
  136.  
  137. Default Kermit options, based on the Kermit Protocol Manual.
  138.  
  139.         MaxPacketLen     :80   {80 characters}
  140.         MaxTimeout       :91   {5 seconds}
  141.         PadCount         : 0   {No pad chars}
  142.         PadChar          :#0   {Null pad char}
  143.         Terminator       :CR   {Carriage return}
  144.         CtlPrefix        : #   {'#' char}
  145.         HibitPrefix      : Y   {Space means no high bit prefixing}
  146.         Check            : 1   {1 byte chksum}
  147.         RepeatPrefix     : ~   {Default repeat prefix}
  148.         CapabilitiesMask : 0   {No default extended capabilities}
  149.         WindowSize       : 0   {No default windows}
  150.         MaxLongPacketLen : 0;  {No default long packets}
  151.  
  152.  
  153.  
  154. These are the Kermit packet types that ClickComm understands.
  155.  
  156.         KBreak         = 'B'; {Break transmission (EOT)}
  157.         KData          = 'D'; {Data packet}
  158.         KError         = 'E'; {Error packet}
  159.         KFile          = 'F'; {File header packet}
  160.         KGeneric       = 'G'; {Generic command packet}
  161.         KKermitCommand = 'K'; {Kermit command packet}
  162.         KNak           = 'N'; {Negative acknowledge packet}
  163.         KReceiveInit   = 'R'; {Receive initiate}
  164.         KSendInit      = 'S'; {Initial packet (exchange options)}
  165.         KDisplay       = 'X'; {Display text on screen packet}
  166.         KAck           = 'Y'; {Acknowledge packet}
  167.         KEndOfFile     = 'Z'; {End of file packet}
  168.         KTimeout       = #0;  {Psuedo code for showing timeouts}
  169.  
  170.  
  171.  
  172.