Config

Config

Represents the current configuration of CompleteFTP server. Instances of this class should be obtained using system.getConfig.

IMPORTANT! No changes are made to the configuration until applyChanges is called, otherwise you will wonder why nothing works.

Members

folders :FolderManager

Description:
  • Provides the APIs for managing CompleteFTP folders.

Source:

Provides the APIs for managing CompleteFTP folders.

Type:

groups :GroupManager

Description:
  • Provides the APIs for managing CompleteFTP groups.

Source:

Provides the APIs for managing CompleteFTP groups.

Type:

passwordPolicy :PasswordPolicy

Description:
  • Contains information about the password-related settings that control how users' passwords are dealt with.

Source:

Contains information about the password-related settings that control how users' passwords are dealt with.

Type:

sites :Array.<Site>

Description:
  • A list of all CompleteFTP sites.

Source:

A list of all CompleteFTP sites.

Type:

users :UserManager

Description:
  • Provides the APIs for managing CompleteFTP users.

Source:

Provides the APIs for managing CompleteFTP users.

Type:

Methods

applyChanges()

Description:
  • Applies changes to the CompleteFTP server.

Source: