Properties
| Property | Type | Description |
|---|---|---|
| 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
| Method | Returns | Description |
|---|---|---|
| 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:
- Array.<Config1_Site>
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.