Kevlar FTP is a clone of Bulletproof Software's Bulletproof FTP. Get it?
Bulletproof, Kevlar? Yeah, ha-ha. Anyway, I plan to implement all features
of Bulletproof FTP, and more. In the meantime, what you get is a fairly
nice looking FTP client that can navigate remote hosts and download files.
Uploading, symbolic links, and the transfer queue are all in the future.
Be patient :).

COMPILING
---------

1. Untar the kftp-x.xx.tar.gz
   $ tar zxf kftp-x.xx.tar.gz
   This will create a subdirectory, kftp-x.xx/

2. cd kftp-x.xx/

3. Building Kevlar FTP
   $ ./configure
   This will create the Makefiles and configuration header files required to
   build Kevlar FTP.  For configuration options, run './configure --help'.

4. Run 'make' to compile everything.

INSTALLING
----------

1. As root, type 'make install'

That's it!
