Config1_ServerMapping

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.

Properties

PropertyTypeDescription
enabled String

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.

serverName 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 :String

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

Is the current site enabled on this server?

Type:
  • String

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) serverName :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