Config2_SiteServerMapping

Contains information about whether or not the current site is enabled on a CompleteFTP server and the listening interfaces for the site for the various protocols on that server.

Instances of this class are obtained from:

Properties

PropertyTypeDescription
enabled Boolean

Is the current site enabled on this server?

.
ftpInterfaces String

The listening IP addresses (interfaces) for the current site for the FTP and FTPS protocols on this server.

httpInterfaces String

The listening IP addresses (interfaces) for the available sites for the HTTP and HTTPS protocols on this server.

name String

The name of the server.

sftpInterfaces String

The listening IP addresses (interfaces) for the available sites for the SFTP, SCP and SSH protocols on this server.

Property Details

enabled :Boolean

Description:
  • Is the current site enabled on this server?

Is the current site enabled on this server?

Type:
  • Boolean

ftpInterfaces :String

Description:
  • The listening IP addresses (interfaces) for the current site for the FTP and FTPS protocols on this server. Note that multiple IP addresses should be separated by a comma. By default, this property returns null means that all network interfaces are selected.

The listening IP addresses (interfaces) for the current site for the FTP and FTPS protocols on this server. Note that multiple IP addresses should be separated by a comma. By default, this property returns null means that all network interfaces are selected.

Type:
  • String

httpInterfaces :String

Description:
  • The listening IP addresses (interfaces) for the available sites for the HTTP and HTTPS protocols on this server. Note that multiple IP addresses should be separated by a comma. By default, this property returns null means that all network interfaces are selected.

The listening IP addresses (interfaces) for the available sites for the HTTP and HTTPS protocols on this server. Note that multiple IP addresses should be separated by a comma. By default, this property returns null means that all network interfaces are selected.

Type:
  • String

(readonly) name :String

Description:
  • The name of the server.

The name of the server.

Type:
  • String

sftpInterfaces :String

Description:
  • The listening IP addresses (interfaces) for the available sites for the SFTP, SCP and SSH protocols on this server. Note that multiple IP addresses should be separated by a comma. By default, this property returns null means that all network interfaces are selected.

The listening IP addresses (interfaces) for the available sites for the SFTP, SCP and SSH protocols on this server. Note that multiple IP addresses should be separated by a comma. By default, this property returns null means that all network interfaces are selected.

Type:
  • String