home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / faq.txt < prev    next >
Text File  |  2020-01-01  |  20KB  |  438 lines

  1.  
  2.                           Frequently Asked Questions
  3.                                        
  4.    [INLINE]
  5.      _________________________________________________________________
  6.    
  7.    Most recent update: 21 August 2002
  8.    
  9. CONTENTS
  10.  
  11.      * [1]Introduction
  12.      * [2]Which Kermit Program(s) Do I Need?
  13.      * [3]Where To Find Things
  14.      * [4]Common Misconceptions
  15.      * [5]Licensing
  16.      * [6]File Transfer
  17.      * [7]General Questions
  18.      * [8]Terminal Emulation
  19.      * [9]Modems and Dialing
  20.      * [10]Kermit 95
  21.      * [11]C-Kermit
  22.      * [12]MS-DOS Kermit
  23.      * [13]IBM Mainframe Related
  24.      _________________________________________________________________
  25.    
  26. Introduction This document is in the process of replacing the original Kermit
  27. FAQ, which can still be accessed [14]HERE. The original FAQ is organized
  28. chronologically; this new one is organized by topic, but is still under
  29. construction, and contains mainly just links to other pages. For example:
  30.  
  31.      * [15]What is Kermit?
  32.        
  33.    At first most of these links are to the separate items from the
  34.    original FAQ, but since some of these are rather dated, they are being
  35.    replaced as time permits.
  36.    
  37.    [ [16]Contents ] [ [17]Kermit Home ]
  38.      _________________________________________________________________
  39.    
  40. Which Kermit Program(s) Do I Need? Kermit software can be used for many
  41. purposes. If all you want is a terminal emulator for serial or network
  42. connections, use [18]Kermit 95 or [19]MS-DOS Kermit, as appropriate. If you
  43. want to transfer files, you'll need two Kermit programs, one for each end of
  44. the connection. For example, if you want to make a connection from Windows 98
  45. to a Sun Solaris server, you'll need [20]Kermit 95 for Windows 98 and
  46. [21]C-Kermit for Solaris.
  47.  
  48.    Here's a quick overview:
  49.    
  50.    UNIX, (Open)VMS, QNX, OS-9, Plan 9, AOS/VS, VOS
  51.           [22]C-Kermit
  52.           (Full-featured network and serial communications and scripting)
  53.           
  54.    UNIX only
  55.           [23]G-Kermit
  56.           (File transfer only).
  57.           
  58.    Windows 95, 98, Millenium Edition, NT, 2000, XP
  59.           [24]Kermit 95
  60.           (Full-featured network and serial communications and scripting)
  61.           
  62.    IBM OS/2
  63.           [25]Kermit 95
  64.           (Full-featured network and serial communications and scripting)
  65.           
  66.    MS-DOS, PC-DOS, DR-DOS, or Windows 3.11 or earlier
  67.           [26]MS-DOS Kermit
  68.           (Full-featured network and serial communications and scripting)
  69.           Note:MS-DOS Kermit is [27]not supported on Windows
  70.           95/98/ME/NT/2000/XP or OS/2, not even in a "DOS window".
  71.           
  72.    IBM mainframes with VM/CMS, MVS/TSO, or MUSIC
  73.           [28]IBM Mainframe Kermit
  74.           
  75.    Others
  76.           [29]CLICK HERE
  77.           
  78.    [ [30]Contents ] [ [31]Kermit Home ]
  79.      _________________________________________________________________
  80.    
  81. Where To Find Things The Kermit Project started in 1981 and has been developing
  82. and accumulating software ever since, so there is a lot of stuff here.
  83. Originally it was available only by mail order on magnetic tape. When the
  84. ARPANET (later Internet) became more widely available, the master tape
  85. directories were made available for public FTP access. Eventually the demand
  86. for tapes dwindled away but we still have thousands of files organized "by
  87. tape", with naming conventions designed for flat and unstructured tape
  88. archives. This makes FTP access somewhat difficult:
  89.  
  90.   [32]ftp://kermit.columbia.edu/kermit/
  91.  
  92.    But that's OK since almost all access nowadays is through our website:
  93.    
  94.   [33]http://www.columbia.edu/kermit/
  95.  
  96.    which provides quick access to our most popular items, such as:
  97.    
  98.      * [34]Kermit 95 for Windows 95/98/NT/2000/XP and OS/2
  99.      * [35]C-Kermit for Unix, VMS, VOS, AOS/VS, Plan 9, . . .
  100.      * [36]MS-DOS Kermit for DOS and Windows 3.x.
  101.      * [37]IBM Mainframe Kermit for VM/CMS, MVS/TSO, OS/390, CICS, and
  102.        MUSIC.
  103.      * [38]CLICK HERE for a longer list.
  104.        
  105.    But there are lots more, some of them dating back a decade or two. A
  106.    concise (but long) list is here:
  107.    
  108.   [39]http://www.columbia.edu/kermit/aavsys.txt
  109.  
  110.    The list is sorted by the contents of the "Machine" column. "Prefix"
  111.    refers to the filename prefix, "Tape" refers to the subdirectory of
  112.    the Kermit FTP site. Here's an example:
  113.    
  114.   Prefix,                 Operating  Program   Program  Released
  115.    Tape  Machine          System     Language  Version  yy/mm/dd  Contributor
  116.   MU  D  Honeywell        MULTICS    PL/I         2.0h  84/09/20  Oakland U
  117.  
  118.    Kermit 2.0h for Honeywell MULTICS, written in PL/I at Oakland
  119.    University, released 20 September 1984, is in the kermit/d directory
  120.    of the FTP site, with filename prefix "mu". Even though the Prefix and
  121.    Tape designators are listed in uppercase, you must enter them in
  122.    lowercase because the FTP (and Web) site is now Unix-based. So to get
  123.    the MULTICS version of Kermit, you would use FTP something like this:
  124.    
  125.   $ mkdir multics                (create a directory and cd to it)
  126.   $ cd multics
  127.   $ ftp kermit.columbia.edu      (make the FTP connection)
  128.   Name: anonymous                (log in as user 'anonymous')
  129.   Password: myuserid@host.domain (supply your actual email address)
  130.   ftp> cd kermit/d               (change directory to kermit/d)
  131.   ftp> prompt                    (allow multiple files)
  132.   ftp> ascii                     (transfer in ascii text mode)
  133.   ftp> mget mu*                  (get all files whose names start with mu)
  134.   ftp> bye                       (log off the FTP server)
  135.   $
  136.  
  137.    For detailed instructions about FTP, [40]CLICK HERE. To find out how
  138.    to use Kermit itself, instead of FTP, to download from the Kermit
  139.    site, [41]CLICK HERE.
  140.    
  141.    [ [42]Contents ] [ [43]Kermit Home ]
  142.      _________________________________________________________________
  143.    
  144. Common Misconceptions
  145.  
  146.      * [44]Kermit Is Slow
  147.      * [45]Kermit Is a Relic of a Bygone Era
  148.      * [46]Kermit Is Too Complicated
  149.      * [47]What Is SuperKermit?
  150.        
  151.    [ [48]Contents ] [ [49]Kermit Home ]
  152.      _________________________________________________________________
  153.    
  154. Licensing Kermit software licensing is explained [50]HERE.
  155.  
  156.    Licensing is a hot and contentious topic. The public increasingly
  157.    expects software to be "free" (with various and differing
  158.    interpretations of the word free), and yet software is the product of
  159.    human labor, which ultimately must be paid for, particularly if it
  160.    takes place full-time over a span of decades.
  161.    
  162.    The Kermit Project is composed of a core of full-time computing
  163.    professionals at Columbia University in New York City, plus volunteers
  164.    at other locations. Although the University paid for the Kermit
  165.    Project initially, funding was withdrawn in the mid-1980s, and since
  166.    then we have been funded solely by the revenue we can generate through
  167.    sales of books, software licenses, and support contracts.
  168.    
  169.    With the exception of [51]Kermit 95, which must be bought and paid
  170.    for, Kermit software is free in the sense that you can get it for free
  171.    -- including the source code -- by downloading it; you can use it for
  172.    free (even within a commercial setting); and you can even get e-mail
  173.    [52]technical support for free (within reason).
  174.    
  175.    However, this freedom does not extend to redistribution of the
  176.    software in a commercial setting: furnishing it to customers or
  177.    clients, bundling it with products, and so on. If you want to gain
  178.    commercial advantage from our work, you must help to support our work
  179.    by licensing the software for redistribution. The specific terms and
  180.    conditions depend on the product and other factors, and are given on
  181.    our [53]licensing page. This policy is fair and makes perfect sense:
  182.    if your product depends on our products, it is in your best interest
  183.    to keep our product alive and strong.
  184.    
  185.    A recent exception to this policy allows inclusion of [54]C-Kermit
  186.    with free (in the [55]Open Source sense) operating-system
  187.    distributions such as Linux and FreeBSD. See the [56]C-Kermit License
  188.    for details.
  189.    
  190.    Another exception is [57]G-Kermit, which is released under the GNU
  191.    Public License.
  192.    
  193.    [ [58]Contents ] [ [59]Kermit Home ]
  194.      _________________________________________________________________
  195.    
  196. General Questions
  197.  
  198.      * [60]What Is the Current Version of Kermit?
  199.      * [61]Where to Get Kermit Manuals 
  200.      * [62]Is Kermit Software Year-2000 Compliant?
  201.      * [63]Is There a Kermit Library?
  202.      * [64]Is There a Version of Kermit Suitable for Embedding in
  203.        Microprocessors?
  204.        
  205.    [ [65]Contents ] [ [66]Kermit Home ]
  206.      _________________________________________________________________
  207.    
  208. File Transfer
  209.  
  210.      * [67]Why Is Kermit So Slow Compared to Zmodem? (It Isn't!)
  211.      * [68]I Can Transfer Text Files but Not Binary Files
  212.      * [69]Binary Files Are Corrupted After Transfer
  213.      * [70]I Enabled Sliding Windows But It Looks Like Only One Is Used.
  214.      * [71]How to Transfer Files with the HP-48?
  215.      * [72]How Do I Use Kermit with Pine?
  216.        
  217.    [ [73]Contents ] [ [74]Kermit Home ]
  218.      _________________________________________________________________
  219.    
  220. Terminal Emulation
  221.  
  222.      * [75]My Backspace Key Doesn't Work!
  223.      * [76]My Arrow Keys Don't Work
  224.      * [77]How Does the Numeric Keypad Work?
  225.      * [78]I'm Having Trouble with F-Keys
  226.        
  227.    [ [79]Contents ] [ [80]Kermit Home ]
  228.      _________________________________________________________________
  229.    
  230. Modems and Dialing
  231.  
  232.      * [81]Why Doesn't the HANGUP Command Work for Me?
  233.      * [82]How Can I Make the DIAL/REDIAL Commands Keep Trying?
  234.      * [83]How Do I Write a Script to Dial a Pager?
  235.      * [84]When C-Kermit Dials My V.32bis (or V.34) Modem, I Get the
  236.        Error 'Can't Change Speed to 14400 (or 28800)'
  237.      * [85]Kermit Doesn't Work Right with My (RPI) Error-Correcting
  238.        Modem!
  239.      * [86]What about Winmodems?
  240.      * [87]What Kind of Modem Should I Buy?
  241.      * [88]If I Have an Error Correcting Modem Why Do I Need Kermit
  242.        Protocol?
  243.      * [89]How Do I Call up a Dialback Service?
  244.      * [90]How to Tell Kermit to Ignore Dialtone?
  245.      * [91]Tone Dialing Changes to Pulse after First Digit
  246.        
  247.    [ [92]Contents ] [ [93]Kermit Home ]
  248.      _________________________________________________________________
  249.    
  250. Kermit 95 Runs on: Windows 95, Windows 98, Windows NT, Windows 2000, Windows
  251. XP, OS/2
  252. Current version: 2.0 (1.1.20 for OS/2)
  253. Released: 4 June 2002
  254. FAQ: See the [94]Kermit 95 FAQ
  255.  
  256.    [ [95]Contents ] [ [96]Kermit 95 ] [ [97]Kermit Home ]
  257.      _________________________________________________________________
  258.    
  259. C-Kermit Runs on: UNIX, VMS, VOS, AOS/VS, QNX, OS-9, Plan 9, BeOS, Commodore
  260. Amiga
  261. Current version: 8.0.201
  262. Released: 8 Feb 2002
  263. FAQ: See the [98]C-Kermit FAQ, plus the following.
  264.  
  265.    NOTE: "UNIX" is a general term covering the many operating systems
  266.    that descended from the original Bell Labs UNIX operating system.
  267.    Examples include: Linux, FreeBSD, NetBSD, OpenBSD, Solaris, SunOS,
  268.    AIX, HP-UX, IRIX, OPENSTEP, NeXTSTEP, System V, Tru64, OSF/1, DG/UX,
  269.    Unixware, Xenix, OpenServer, BSDI/OS, Ultrix, Digital UNIX, SINIX, and
  270.    many more (for a longer list, [99]CLICK HERE).
  271.    
  272.      * [100]How Can I Exit from C-Kermit without Hanging Up?
  273.      * [101]How Do I Use 'SET KEY' with PC F-Keys, etc, in UNIX or VMS
  274.        C-Kermit?
  275.      * [102]I'm Having Terminal Emulation Problems with C-Kermit
  276.      * [103]Problems Using XYZMODEM External Protocols in C-Kermit
  277.      * [104]How to Get Rid of the "OK to Exit?" Prompt?
  278.        
  279.    [ [105]Contents ] [ [106]C-Kermit ] [ [107]Kermit Home ]
  280.      _________________________________________________________________
  281.    
  282. MS-DOS Kermit Runs on: Windows 3.x and earlier, MS-DOS, PC-DOS, DR-DOS, etc.
  283. Current version: 3.15
  284. Released: 15 Sep 1997
  285.  
  286.      * [108]Can I Use MS-DOS Kermit in Windows 9x/NT/2000?
  287.      * [109]How Do I Use MS-DOS Kermit over Trumpet Winsock or MS WfW
  288.        TCP?
  289.      * [110]How Can I Make MS-DOS Kermit Use COM3, COM4?
  290.      * [111]MS-DOS Kermit Patches Don't Seem to Take Effect
  291.      * [112]MS-DOS Kermit under Windows 3.x Can't Find My Port
  292.      * [113]Where is the Dialing Script for My Modem?
  293.      * [114]Divide Overflow in MS-DOS Kermit
  294.      * [115]How Do I Get a Session Log without All the Embedded Escape
  295.        Sequences?
  296.        
  297.    [ [116]Contents ] [ [117]MS-DOS Kermit ] [ [118]Kermit Home ]
  298.      _________________________________________________________________
  299.    
  300. IBM Mainframe Related
  301.  
  302.      * [119]How to Transfer Files through a 3270 Protocol Converter?
  303.      * [120]Where Is the Key Map for 3270 Emulation?
  304.        
  305.    [ [121]Contents ] [ [122]IBM Mainframe Kermit ] [ [123]Kermit Home ]
  306.      _________________________________________________________________
  307.    
  308.    
  309.     The Kermit FAQ / The Kermit Project / Columbia University /
  310.     [124]kermit@columbia.edu / 21 August 2002
  311.  
  312. References
  313.  
  314.    1. http://www.columbia.edu/kermit/newfaq.html#intro
  315.    2. http://www.columbia.edu/kermit/newfaq.html#which
  316.    3. http://www.columbia.edu/kermit/newfaq.html#where
  317.    4. http://www.columbia.edu/kermit/newfaq.html#wrong
  318.    5. http://www.columbia.edu/kermit/newfaq.html#license
  319.    6. http://www.columbia.edu/kermit/newfaq.html#xfer
  320.    7. http://www.columbia.edu/kermit/newfaq.html#general
  321.    8. http://www.columbia.edu/kermit/newfaq.html#term
  322.    9. http://www.columbia.edu/kermit/newfaq.html#modem
  323.   10. http://www.columbia.edu/kermit/newfaq.html#k95
  324.   11. http://www.columbia.edu/kermit/newfaq.html#ckermit
  325.   12. http://www.columbia.edu/kermit/newfaq.html#mskermit
  326.   13. http://www.columbia.edu/kermit/newfaq.html#mainframe
  327.   14. http://www.columbia.edu/kermit/faq.html
  328.   15. http://www.columbia.edu/kermit/kermit.html
  329.   16. http://www.columbia.edu/kermit/newfaq.html#contents
  330.   17. http://www.columbia.edu/kermit/index.html
  331.   18. http://www.columbia.edu/kermit/k95.html
  332.   19. http://www.columbia.edu/kermit/mskermit.html
  333.   20. http://www.columbia.edu/kermit/k95.html
  334.   21. http://www.columbia.edu/kermit/ckermit.html
  335.   22. http://www.columbia.edu/kermit/ckermit.html
  336.   23. http://www.columbia.edu/kermit/gkermit.html
  337.   24. http://www.columbia.edu/kermit/k95.html
  338.   25. http://www.columbia.edu/kermit/k95.html
  339.   26. http://www.columbia.edu/kermit/mskermit.html
  340.   27. http://www.columbia.edu/kermit/msk95.html
  341.   28. http://www.columbia.edu/kermit/k370.html
  342.   29. http://www.columbia.edu/kermit/howtoget.html
  343.   30. http://www.columbia.edu/kermit/newfaq.html#contents
  344.   31. http://www.columbia.edu/kermit/index.html
  345.   32. ftp://kermit.columbia.edu/kermit/
  346.   33. http://www.columbia.edu/kermit/
  347.   34. http://www.columbia.edu/kermit/k95.html
  348.   35. http://www.columbia.edu/kermit/ckermit.html
  349.   36. http://www.columbia.edu/kermit/mskermit.html
  350.   37. http://www.columbia.edu/kermit/ibm370.html
  351.   38. http://www.columbia.edu/kermit/howtoget.html
  352.   39. http://www.columbia.edu/kermit/aavsys.txt
  353.   40. http://www.columbia.edu/kermit/ftphlp.html
  354.   41. http://www.columbia.edu/kermit/cuiksd.html
  355.   42. http://www.columbia.edu/kermit/newfaq.html#contents
  356.   43. http://www.columbia.edu/kermit/index.html
  357.   44. http://www.columbia.edu/kermit/kermit.html#notslow
  358.   45. http://www.columbia.edu/kermit/kermit.html#notrelic
  359.   46. http://www.columbia.edu/kermit/kermit.html#complexity
  360.   47. http://www.columbia.edu/kermit/faq-c-sup.html#faq-c-sup
  361.   48. http://www.columbia.edu/kermit/newfaq.html#contents
  362.   49. http://www.columbia.edu/kermit/index.html
  363.   50. http://www.columbia.edu/kermit/licensing.html
  364.   51. http://www.columbia.edu/kermit/k95.html
  365.   52. http://www.columbia.edu/kermit/support.html
  366.   53. http://www.columbia.edu/kermit/licensing.html
  367.   54. http://www.columbia.edu/kermit/ckermit.html
  368.   55. http://www.opensource.org/
  369.   56. ftp://kermit.columbia.edu/kermit/f/COPYING.TXT
  370.   57. http://www.columbia.edu/kermit/gkermit.html
  371.   58. http://www.columbia.edu/kermit/newfaq.html#contents
  372.   59. http://www.columbia.edu/kermit/index.html
  373.   60. http://www.columbia.edu/kermit/faq-c-ver.html#faq-c-ver
  374.   61. http://www.columbia.edu/kermit/manuals.html
  375.   62. http://www.columbia.edu/kermit/year2000.html
  376.   63. http://www.columbia.edu/kermit/embed.html
  377.   64. http://www.columbia.edu/kermit/ek.html
  378.   65. http://www.columbia.edu/kermit/newfaq.html#contents
  379.   66. http://www.columbia.edu/kermit/index.html
  380.   67. http://www.columbia.edu/kermit/faq-c-zmo.html#faq-c-zmo
  381.   68. http://www.columbia.edu/kermit/faq-c-bin.html#faq-c-bin
  382.   69. http://www.columbia.edu/kermit/faq-c-bix.html#faq-c-bix
  383.   70. http://www.columbia.edu/kermit/faq-c-swx.html#faq-c-swx
  384.   71. http://www.columbia.edu/kermit/faq-c-h48.html#faq-c-h48
  385.   72. http://www.columbia.edu/kermit/faq-c-pin.html#faq-c-pin
  386.   73. http://www.columbia.edu/kermit/newfaq.html#contents
  387.   74. http://www.columbia.edu/kermit/index.html
  388.   75. http://www.columbia.edu/kermit/backspace.html
  389.   76. http://www.columbia.edu/kermit/faq-c-arr.html#faq-c-arr
  390.   77. http://www.columbia.edu/kermit/faq-c-nkp.html#faq-c-nkp
  391.   78. http://www.columbia.edu/kermit/faq-c-fke.html#faq-c-fke
  392.   79. http://www.columbia.edu/kermit/newfaq.html#contents
  393.   80. http://www.columbia.edu/kermit/index.html
  394.   81. http://www.columbia.edu/kermit/faq-c-hng.html#faq-c-hng
  395.   82. http://www.columbia.edu/kermit/faq-c-rdi.html#faq-c-rdi
  396.   83. http://www.columbia.edu/kermit/faq-c-npg.html#faq-c-npg
  397.   84. http://www.columbia.edu/kermit/faq-c-v34.html#faq-c-v34
  398.   85. http://www.columbia.edu/kermit/faq-c-rpi.html#faq-c-rpi
  399.   86. http://www.columbia.edu/kermit/winmodem.html
  400.   87. http://www.columbia.edu/kermit/faq-c-wha.html#faq-c-wha
  401.   88. http://www.columbia.edu/kermit/faq-c-ecm.html#faq-c-ecm
  402.   89. http://www.columbia.edu/kermit/faq-c-dbk.html#faq-c-dbk
  403.   90. http://www.columbia.edu/kermit/faq-c-idt.html#faq-c-idt
  404.   91. http://www.columbia.edu/kermit/faq-c-tdp.html#faq-c-tdp
  405.   92. http://www.columbia.edu/kermit/newfaq.html#contents
  406.   93. http://www.columbia.edu/kermit/index.html
  407.   94. http://www.columbia.edu/kermit/k95faq.html
  408.   95. http://www.columbia.edu/kermit/newfaq.html#contents
  409.   96. http://www.columbia.edu/kermit/k95.html
  410.   97. http://www.columbia.edu/kermit/index.html
  411.   98. http://www.columbia.edu/kermit/ckfaq.html
  412.   99. http://www.columbia.edu/kermit/unix.html
  413.  100. http://www.columbia.edu/kermit/faq-c-exit.html#faq-c-exit
  414.  101. http://www.columbia.edu/kermit/faq-c-key.html#faq-c-key
  415.  102. http://www.columbia.edu/kermit/faq-c-tep.html#faq-c-tep
  416.  103. http://www.columbia.edu/kermit/faq-c-ext.html#faq-c-ext
  417.  104. http://www.columbia.edu/kermit/faq-c-sxw.html#faq-c-sxw
  418.  105. http://www.columbia.edu/kermit/newfaq.html#contents
  419.  106. http://www.columbia.edu/kermit/ckermit.html
  420.  107. http://www.columbia.edu/kermit/index.html
  421.  108. http://www.columbia.edu/kermit/msk95.html
  422.  109. http://www.columbia.edu/kermit/faq-c-wns.html#faq-c-wns
  423.  110. http://www.columbia.edu/kermit/faq-c-c34.html#faq-c-c34
  424.  111. http://www.columbia.edu/kermit/faq-c-pch.html#faq-c-pch
  425.  112. http://www.columbia.edu/kermit/faq-c-wpx.html#faq-c-wpx
  426.  113. http://www.columbia.edu/kermit/dialscript.html
  427.  114. http://www.columbia.edu/kermit/faq-c-dvo.html#faq-c-dvo
  428.  115. http://www.columbia.edu/kermit/faq-c-ses.html#faq-c-ses
  429.  116. http://www.columbia.edu/kermit/newfaq.html#contents
  430.  117. http://www.columbia.edu/kermit/mskermit.html
  431.  118. http://www.columbia.edu/kermit/index.html
  432.  119. http://www.columbia.edu/kermit/faq-c-mfx.html#faq-c-mfx
  433.  120. http://www.columbia.edu/kermit/faq-c-mfk.html#faq-c-mfk
  434.  121. http://www.columbia.edu/kermit/newfaq.html#contents
  435.  122. http://www.columbia.edu/kermit/ibm370.html
  436.  123. http://www.columbia.edu/kermit/index.html
  437.  124. mailto:kermit@columbia.edu
  438.