ftpServer Element for site for sites [IIS Settings Schema]
Note
For more information about the ftpServer element, see the following topic on the Microsoft IIS.net Web site: FTP Site Level-Settings <ftpServer>.
Specifies the site-level settings for FTP features on FTP sites.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
Attribute |
Description |
---|---|
allowUTF8 |
Optional Boolean attribute. Specifies whether UTF8 activity should be allowed (includes UTF8 filenames). The default value is true. |
serverAutoStart |
Optional Boolean attribute. Specifies whether the FTP site should start automatically. The default value is true. |
Child Elements
Element |
Description |
---|---|
connections |
Optional element. Specifies the idle timeout (in seconds) between when a new connection is made and authentication is attempted. |
customFeatures |
Optional element. Specifies providers for custom home directory lookup, custom command handling and logging |
directoryBrowse |
Optional element. Specifies FTP settings for browsing site directories. |
fileHandling |
Optional element. Specifies settings that control how content is uploaded to the Web 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. |
logFile |
Optional element. Specifies settings for FTP site logging. |
messages |
Optional element. Specifies FTP-specific messages. |
security |
Optional element. Specifies security settings for FTP sites. |
userIsolation |
Optional element. Specifies FTP directory access settings. |
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. |
Remarks
For more information about the ftpServer element, see the following topic on the Microsoft IIS.net Web site: FTP Site Level-Settings <ftpServer>.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
IIS 7 |
See Also
Reference
connections Element for ftpServer for site for sites [IIS Settings Schema]
customFeatures Element for ftpServer for site for sites [IIS Settings Schema]
directoryBrowse Element for ftpServer for site for sites [IIS Settings Schema]
fileHandling Element for ftpServer for site for sites [IIS Settings Schema]
firewallSupport Element for ftpServer for site for sites [IIS Settings Schema]
logFile Element for ftpServer for site for sites [IIS Settings Schema]
messages Element for ftpServer for site for sites [IIS Settings Schema]
security Element for ftpServer for site for sites [IIS Settings Schema]
sessions Element for ftpServer for site for sites [IIS Settings Schema]
userIsolation Element for ftpServer for site for sites [IIS Settings Schema]