==========================
  How to install FTP4ALL
==========================

(0) Perform the following commands from the directory that contains this
    INSTALL file

(1) Type "configure" to create a Makefile for your system

(2) Compile the source code with "make"
    There should be neither warning nor error messages during compilation
    except:
    - Under AIX 3.2 there are some warnings regarding sys/wait.h
      You can ignore them.

(3) Copy the binaries from "bin" to the directory in which you want to have
    them.

(4) Create a directory that will be the root directory for the FTP server.
    Create a configuration file, setting up the FTP server options.
    See the "doc" subdirectory for an example configuration file (ftpd.conf.eg)

(5) Run "ftpd" to start the server

(6) Log in the server as superuser (logon: root / pass: <enter>) and set up
    the directory structure, create users and groups, whatever.

(7) ...
