ServerMapping

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.

Members

enabled :String

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

Source:

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.

Source:

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.

Source:

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.

Source:

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.

Source:

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