Config1

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.

Properties

PropertyTypeDescription
folders Config1_FolderManager

Provides the APIs for managing CompleteFTP folders.

groups Config1_GroupManager

Provides the APIs for managing CompleteFTP groups.

passwordPolicy Config1_PasswordPolicy

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

sites Array.<Config1_Site>

A list of all CompleteFTP sites.

users Config1_UserManager

Provides the APIs for managing CompleteFTP users.

Methods

MethodReturnsDescription
applyChanges() void

Applies changes to the CompleteFTP server.

Property Details

folders :Config1_FolderManager

Description:
  • Provides the APIs for managing CompleteFTP folders.

Provides the APIs for managing CompleteFTP folders.

Type:

groups :Config1_GroupManager

Description:
  • Provides the APIs for managing CompleteFTP groups.

Provides the APIs for managing CompleteFTP groups.

Type:

passwordPolicy :Config1_PasswordPolicy

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

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

Type:

sites :Array.<Config1_Site>

Description:
  • A list of all CompleteFTP sites.

A list of all CompleteFTP sites.

Type:

users :Config1_UserManager

Description:
  • Provides the APIs for managing CompleteFTP users.

Provides the APIs for managing CompleteFTP users.

Type:

Method Details

applyChanges()

Description:
  • Applies changes to the CompleteFTP server.