/* * This file is part of a Lucent implementation of kermit * * This software is provided in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * It was developed by Lucent technologies and is being made available to * Columbia University for their public or proprietary use. * * Author: Andrew Ellis * Copyright (C) 2003 Lucent Technoligies, Inc. * * Lucent retains the right to use, modify and further develop this software * and any future versions of this software. */ This package includes: - Source for the Java implementation of kermit This source resides in the com directory. - Source for an application that uses the Kermit class This source resides in the src directory. - jta20.jar: The jar file for the Java Telnet Application. JTA is a java implementation of telnet, a terminal emulator and many other useful things. JTA is released under the GPL license. The application is built on this emulator, however the kermit implementation is not dependent on JTA. The JTA website is http://javassh.org - MAKE: a shell script to build the kermit.jar file and the application classes. - MAKEDOC: a shell script to build kermit javadoc documentation - CLEAN: cleans out all class, doc and jar files - RUN: Runs the application. The kermit functions are invoked through the edit menu. All the scripts are written in shell, however, the whole thing was done in Windows XP and has never been tested on any UNIX host.