The Kermit Project
|
Now hosted by
Panix.com
New York City USA
•
kermit@kermitproject.org
| |
…since
1981
| На Русском Bahasa Indonesia O’zbekcha Ghaeilge Hebrew |
Espaņol | C-Kermit | E-Kermit | Kermit 95 | Scripts | News | About | FAQ |
|
All of these are written in C programming language, with source code available.
Program | Operating systems |
---|---|
C-Kermit | Unix, VMS |
Terminal sessions, file transfer, character-set conversion,
scripting. Makes serial and TCP/IP network connections, including
secure ones. Unix is the operating system family that includes Linux,
Mac OS X, Android, FreeBSD, NetBSD, and hundreds of
others. BSD
license.
| |
G-Kermit | Unix |
File transfer only, does not make connections*.
GNU Public License.
| |
E-Kermit | None/Any |
For embedding in devices that might not have an operating system.
File transfer only. Programming is required for adaptation to a given device.
Extremely small and compact.
BSD license.
| |
Kermit 95 | Windows, OS/2 |
Terminal emulation, file transfer, character-set conversion,
scripting. Makes serial and TCP/IP network connections, including
secure ones. Proprietary, but the
source code is Open Source
BSD license;
Windows programmers needed to produce a usable release.
|
* | “Does not make connections” means that this Kermit program is used only on the "far end" of a data connection. For example, if you have a PC on your desk with Windows and Kermit 95, or with Linux and C-Kermit, you can make a connection (direct serial, or dialed with a modem, or Telnet, or SSH) to another (remote) computer, and you can use G-Kermit or E-Kermit (or C-Kermit) on the remote computer to transfer a file with your local computer (the PC in the case) using Kermit protocol [see diagram]. |
The historical Kermit software archive — the one that contains all the Kermit programs and files from 1981 to August 2011 — is at Columbia University: about 150 different programs, covering thousands of hardware-OS-version combinations, in 36 different programming languages and many more dialects. The archive page indicated just below links mostly to Columbia, but also links to some newer items that are here:
Here's the layout of the new Kermit software FTP site:
Kermit Software Archive 1981-2016:
http://kermitproject.org/archive.html
New Kermit Project FTP Site Map Area Mode FTP URL C-Kermit Source Code text ftp://ftp.kermitproject.org/kermit/ckermit E-Kermit Source Code text ftp://ftp.kermitproject.org/kermit/ekermit G-Kermit Source Code text ftp://ftp.kermitproject.org/kermit/gkermit Kermit 95 Source Code text ftp://ftp.kermitproject.org/kermit/kermit95 Kermit Script Library text ftp://ftp.kermitproject.org/kermit/scripts Tar and Zip Archives binary ftp://ftp.kermitproject.org/kermit/archives Test and Development Source Code text ftp://ftp.kermitproject.org/kermit/test/text Test and Development Tar and Zip Archives binary ftp://ftp.kermitproject.org/kermit/test/tar PDF and PostScript Files binary ftp://ftp.kermitproject.org/kermit/pdf Plain-Text Documents text ftp://ftp.kermitproject.org/kermit/etc Updated historic Kermit versions text ftp://ftp.kermitproject.org/kermit/historic Columbia MM email client text ftp://ftp.kermitproject.org/kermit/mm
Tar and Zip archives in the archive directory are also available individually via HTTP links in the Download section of each program page (for example, here), for the benefit of those who have FTP blocked. In fact, any Kermit Project FTP URL can be converted into an HTTP URL as follows:
Change green to blue and add red:
ftp://ftp.kermitproject.org/kermit/directory/filename
http://www.kermitproject.org/ftp/kermit/directory/filename
The reason FTP is offered at all is that following an FTP link into a directory shows you all the files and lets you look at or download each one individually, whereas you can't get a file list with HTTP. Also, when using a command-line FTP client (such as C-Kermit), you get a lot more control than you do with HTTP.
My thanks to Panix Public Access Networks Corporation on behalf of the open source community and Kermit software users and developers for hosting this new site.
—Frank da Cruz, fdc@kermitproject.org