IFtpPreprocessProvider Interface (Managed)

 

Provides an interface for implementing custom functionality before an FTP command is processed.

Syntax

public interface IFtpPreprocessProvider
Public Interface IFtpPreprocessProvider

Methods

The following table lists the methods exposed by the IFtpPreprocessProvider interface.

Method Name Definition
HandlePreprocess Implements custom functionality before an FTP command is processed.

Example

For examples about creating custom functionality for pre/post processing of FTP commands, see the following articles:

Requirements

Type Description
Client - IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016 Technical Preview
Product - IIS 8.0, IIS 8.5, IIS 10.0
Reference Microsoft.Web.FtpServer.dll

See Also

IFtpPostprocessProvider Interface

FtpPostprocessParameters Class

FtpPreprocessParameters Class