Note
For more information about the fileHandling element, see the following topic on the Microsoft IIS.net Web site: FTP File Handling <fileHandling>.
Specifies the way that the FTP service handles file operations.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
Attribute  | 
Description  | 
|---|---|
allowReadUploadsInProgress  | 
Optional Boolean attribute. true if the FTP service should allow read access to files that are currently being uploaded; otherwise, false. The default value is false.  | 
allowReplaceOnRename  | 
Optional Boolean attribute. true if the FTP service should allow files that are being renamed to overwrite existing files; otherwise, false. The default value is false.  | 
keepPartialUploads  | 
Optional Boolean attribute. true if the FTP service should keep files that have been partially uploaded; otherwise, false. The default value is false.  | 
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 on FTP sites.  | 
Remarks
For more information about the fileHandling element, see the following topic on the Microsoft IIS.net Web site: FTP File Handling <fileHandling>.
Element Information
Configuration locations  | 
ApplicationHost.config  | 
Requirements  | 
IIS 7  |