FTPD for Lpmud.
---------------

Hopefully this will be easy to install on both Cdlib and Amylaar/3.1.2
muds. (pretty easy on MudOS as well ;)
It is known to compile on the following systems without change.
(If it compiles on yours, please mail me with details of any changes you 
needed to make)

IBM RS/6000 AIX 3.2
IBM RS/6000 AIX 3.0
Sun4c 4.1.3 (using gcc)
NeXT
Sgi running IRIX 4.0.4
Sgi running IRIX 4.0.5H
Slackware Linux.

Compilation on various other architectures
------------------------------------------

1) Solaris
	Uncomment the CC=/usr/ucb/cc line in Makefile
	Remove the two lines in ftpd.c and the one in ftpcmd.c which
	    begin with #error

Installation
------------

- Copy one of the valid files from valids/ to valid.c and make any changes
  which you require (player file location, home directories etc.)

- Edit security.h and change the definitions.

- For valid.c.cdlib, you will need to edit domains.h as well and replace
  the listed domains with the domain names you have on your mud.

- Edit Makefile, you may want to define some of the options.

- Type 'make all'


Bugs / Comments to Andy Fiddaman <fiddaman@wave.st.usm.edu>

