Share via


add Element for providers for customFeatures 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 Custom Features <add>.

Adds a feature provider to the collection of FTP custom providers for an FTP site.

Syntax

Attributes and Elements

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

Attributes

Attribute

Description

name

Required string attribute.

The name of an FTP provider that is registered in the providerDefinitions collection. For information on the providerDefinitions element, see providerDefinitions Element for system.ftpServer [IIS Settings Schema].

There is no default value.

enabled

Optional Boolean attribute.

true if the provider is enabled; otherwise, false.

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.

customFeatures

Specifies the collection of FTP providers that will implement custom functionality for an FTP site.

providers

Specifies the collection of custom FTP features.

Remarks

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

Element Information

Configuration locations

ApplicationHost.config

Requirements

IIS 7

See Also

Reference

providers Element for customFeatures for ftpServer for site for sites [IIS Settings Schema]