The server connection configuration must be in the Plugin Configuration Manager (PCM) configuration file on the Plus FTP Client tab. By default, after uploading a plugin, no configuration file is created, so new one needs to be created and configured. The configuration file stores data in JSON format. Name of the parameter | From version | Description | Parameter type | Notes and restrictions |
---|
protocol* | 1.0.0 | Specifies how the client connects to the server. The following protocols can be selected: - FTP - transferred files, login and password are not encrypted.
- FTPS - provides encryption of transmitted access data when connected to the server. It is an extension of the standard FTP protocol and uses SSL/TLS protocol to ensure confidentiality and integrity of data transmission. An SSL certificate must be set up on the server for the client to use FTPS.
- SFTP - provides encryption of both transmitted files and access data to the server. Its operation is based on the SSH protocol standard.
| Text | The field is case-insensitive. | serverAddress* | 1.0.0 | The parameter indicates the server address. The value can be a domain name (e.g. websiteaddress.com) or an IP address (e.g. 5.249.140.95). | Text | | portNumber* | 1.0.0 | Port number. | Integer | | userName* | 1.0.0 | The name of the user configured on the server, which, depending on the privileges granted to him, can operate on files on the server | Text | | password* | 1.0.0 | User password. | Text | |
Parameter*- required field |