Share via


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

Note

For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding FTP Command Filtering <add>.

Adds a unique entry to the collection of FTP commands that the FTP service will allow or deny.

Syntax

Attributes and Elements

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

Attributes

Element

Description

command

Required unique string attribute.

Specifies the FTP command for the rule.

There is no default value.

allowed

Required Boolean attribute.

true if the command is allowed; otherwise, false.

There is no default value.

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.

commandFiltering

Specifies a collection of FTP commands that the FTP service will allow or deny.

Remarks

For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding FTP Command Filtering <add>.

Element Information

Configuration locations

ApplicationHost.config

Requirements

IIS 7

See Also

Reference

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