system.ftpServer Section Group [IIS Settings Schema]
Note: |
|---|
For more information about the ftpServer element, see the following topic on the Microsoft IIS.net Web site: <ftpServer>. |
Specifies configuration settings used by the FTP server engine and modules.
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
None.
Child Elements
|
Element |
Description |
|---|---|
|
log |
Optional element. Specifies log settings for an FTP server. |
|
firewallSupport |
Optional element. Specifies the external address of the firewall that is sent to clients when passive connections using PASV command are negotiated. PASV command responses contain the IP address and Port of the Web server. By default, the local IP address is returned. |
|
providerDefinitions |
Optional element. Contains custom provider settings for an FTP server. |
|
Security |
Optional element. Specifies security-related settings for an FTP server. |
|
Caching |
Optional element. Specifies the credential cache settings for the FTP service. |
|
serverRuntime |
Optional element. Specifies settings that configure how the FTP service operates. |
Parent Elements
|
Element |
Description |
|---|---|
|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
For more information about the ftpServer element, see the following topic on the Microsoft IIS.net Web site: <ftpServer>.
Note: