IFtpPostprocessProvider Interface (Managed)

 

Provides an interface for implementing custom functionality after an FTP command has completed.

Syntax

public interface IFtpPostprocessProvider
Public Interface IFtpPostprocessProvider

Methods

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

Method Name Definition
HandlePostprocess Implements custom functionality after an FTP command has completed.

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

IFtpPreprocessProvider Interface

FtpPostprocessParameters Class

FtpPreprocessParameters Class