requestLimits Element for requestFiltering for security for system.ftpServer [IIS Settings Schema]
Note
For more information about the requestLimits element, see the following topic on the Microsoft IIS.net Web site: FTP Request Limits <requestLimits>.
Specifies limits on FTP requests that are processed by the FTP server, such as the maximum size of a request and the maximum length for a command sequence.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
Attribute |
Description |
---|---|
maxAllowedContentLength |
Optional int64 attribute. Specifies the maximum length of content in a request, in bytes. The default value is 0 (unlimited). |
maxUrl |
Optional uint attribute. Specifies the maximum length of the request, in bytes. Note This value must be between 32 and 32768. The default value is 4096. |
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 ApplicationHost.config) in which this element is defined. |
security |
Specifies security settings for an FTP server. |
Remarks
For more information about the requestLimits element, see the following topic on the Microsoft IIS.net Web site: FTP Request Limits <requestLimits>.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
IIS 7 |
See Also
Reference
requestFiltering Element for system.ftpServer [IIS Settings Schema]