Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This document explains the Apache FTP Server configuration parameters. All the configuration parameters are grouped depending on the component where it has been used. This configuration format is very much open to suite the user requirements. The server comes with two different configuration implementations - properties file based and XML file based configurations (./res/ftpd.properties and ./res/ftpd.xml). You can have your own Configuration implementation. You just need to implement org.apache.ftpserver.ftplet.Configuration interface. Most of the configuration parameters have default values. So you do not have to specify all the configuration parameters.

...

We shall use "." as the configuration path separator. That is we shall use n1.n2.n3 and n1.n2.n4 to identify n3 and n4 configuration parameters.

Configuration Structure

The following diagram shows the Apache FTP Server configuration structure. The values in brackets are the default values.

...