FTP Native-Code Extensibility Interfaces
Describes the native-code interfaces that developers use to extend the functionality of the FTP 7.5 service for IIS 7.5.
In This Section
The following table lists the native-code interfaces that are exposed by the FTP service.
Interface | Definition |
---|---|
IFtpAuthenticationProvider Interface | Provides an interface for authenticating an FTP user. |
IFtpHomeDirectoryProvider Interface | Provides an interface for retrieving the path to a user's FTP home directory. |
IFtpLogProvider Interface | Provides an interface for logging FTP activity. |
IFtpProviderConstruct Interface | Provides an interface for passing configuration settings to a provider. |
IFtpRoleProvider Interface | Provides an interface for FTP authorization and role checks. |