Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
For more information about the credentialsCache element, see the following topic on the Microsoft IIS.net Web site: FTP Credentials Cache <credentialsCache>.
Specifies the credential settings for the FTP service.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
enabled |
Optional Boolean attribute. true if credential caching is enabled; otherwise, false. The default value is true. |
flushInterval |
Optional uint attribute. Specifies the cache lifetime, in seconds, for credentials that are stored in the cache. Note This value must be between 5 and 604,800 seconds. The default value is 900. |
Child Elements
None
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.ftpServer |
Specifies the top-level section group in which this element is defined. |
caching |
Specifies the credential settings for an FTP service. |
Remarks
For more information about the credentialsCache element, see the following topic on the Microsoft IIS.net Web site: FTP Credentials Cache <credentialsCache>.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
IIS 7 |