home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / krmw06.zip / KERMIT.DOC < prev    next >
Text File  |  1991-01-02  |  3KB  |  89 lines

  1.  
  2.                       Kermit for Microsoft Windows
  3.                       ----------------------------
  4.                               Documentation
  5.  
  6.  
  7.  
  8.                        Version 0.60 - Prerelease
  9.  
  10.                          Author: Wayne Warthen
  11.  
  12.                          Compuserve: 73457,2401
  13.  
  14.  
  15.  
  16. GENERAL INFORMATION
  17. -------------------
  18.  
  19. This is the first reasonable implementation of KERMIT as a true
  20. MS Windows application that I am aware of.  It includes all of the
  21. KERMIT extensions except sliding windows.
  22.  
  23. As do most MS Windows program, cooperative multitasking is fully supported.
  24. You may even have two copies of the program running at one time on
  25. different serial ports.
  26.  
  27. Much of the code that implements the actual protocol is adapted from
  28. "KERMIT A File Transfer Protocol" by Frank da Cruz.
  29.  
  30. I would appreciate any comments or bug reports you may have.  Please
  31. send them to me via my CompuServe ID listed above.
  32.  
  33.  
  34. FEATURES
  35. --------
  36.  
  37. Local Operation:                    Yes
  38. Remote Operation:                   No
  39. Login Scripts:                      No*
  40. Transfer text files:                Yes
  41. Wildcard send:                      Yes (plus directory listings)
  42. File transfer interruption:         Yes
  43. Filename collision avoidance:       No*
  44. Can time out:                       Yes
  45. Eighth-bit prefixing:               Yes
  46. Repeat count prefixing:             Yes
  47. Alternate block checks:             Yes
  48. Terminal emulation:                 ANSI subset
  49. Communication settings:             Baud, Parity, Flow, etc.
  50. Transmit BREAK:                     Yes
  51. Support for dialout modems:         No*
  52. IBM mainframe communication:        Yes
  53. Transaction logging:                No*
  54. Debug logging:                      No*
  55. Session logging:                    No*
  56. Raw file trasnsmit:                 No*
  57. Act as server:                      Yes
  58. Talk to server:                     Yes
  59. Advanced server functions:          No*
  60. Local file management:              No
  61. Command/Init files:                 No*
  62. Command macros:                     No*
  63. File attribute packets:             Yes
  64. Extended packets:                   Yes
  65. Sliding Windows:                    No*
  66.  
  67. * options options should be available in release 1.00.
  68.  
  69.  
  70. OPERATION
  71. ---------
  72.  
  73. This KERMIT program is a true MS Windows communications application. To
  74. invoke  the program, either start MS Windows and double click on
  75. KERMIT.EXE or start MS Windows with KERMIT specified as the startup
  76. application (ie. WIN KERMIT).
  77.  
  78. You must invoke the program from inside MS Windows or you will receive a
  79. message indicating MS Windows is required.
  80.  
  81. The program itself follows all the standard rules for a MS Windows
  82. application.  Anyone familiar with Windows should have no problem figuring
  83. out how to use the program.
  84.  
  85. NOTE:  The program does not currently support automated modem dialing.  In
  86. order to connect to a remote service, you must issue the commands to dial
  87. your modem manually.  This must be done AFTER issuing the Session:Connect
  88. command.  The Connect command simply connects you to the modem itself.
  89.