You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Properties File Based User Manager

This is the default user manager. It uses a properties file to store all the user information.

Configuration Parameters

Configuration Parameter

Description

config.user-manager.class

org.apache.ftpserver.usermanager.propertiesUserManager

config.user-manager.admin

Admin user name. The default value is admin.

config.user-manager.prop-file

The properties file location. The default value is ./res/user.gen

config.user-manager.prop-password-encrypt

It indicates whether the password will be stored in encrypted for or not. The default value is true.

If your user properties file is under user home directory. FTP users will be able to see all the user information.

  • No labels