dataChannelSecurity Element for security for ftpServer for site for sites [IIS Settings Schema]

Note

For more information about the dataChannelSecurity element, see the following topic on the Microsoft IIS.net Web site: FTP Data Channel Security <dataChannelSecurity>.

Specifies FTP data channel security settings for server-to-server and third party transfers. These settings allow administrators to disable enforcement of matching client IP addresses for the control and data channel.

Syntax

Attributes and Elements

The following sections describe attributes, child elements, and parent elements for this section.

Attributes

Attribute

Description

matchClientAddressForPort

Optional Boolean attribute.

Specifies whether to match the client’s IP address on PORT/EPRT commands.

The default value is true.

matchClientAddressForPasv

Optional Boolean attribute.

Specifies whether to match the client’s IP address on PASV/EPSV commands.

The default value is true.

Child Elements

None.

Parent Elements

Element

Description

configuration

Specifies the root element in every configuration file that is used by IIS 7.

system.applicationHost

Specifies the root element for configuring Web process settings.

sites

Defines all sites on the server, and all applications and virtual directories in those sites.

site

Specifies configuration settings for a site.

ftpServer

Specifies the site-level settings for FTP features for FTP sites.

security

Specifies the site-level security options for an FTP site.

Remarks

For more information about the dataChannelSecurity element, see the following topic on the Microsoft IIS.net Web site: FTP Data Channel Security <dataChannelSecurity>.

Element Information

Configuration locations

ApplicationHost.config

Requirements

IIS 7

See Also

Reference

security Element for ftpServer for site for sites [IIS Settings Schema]