Hevea documentation

FtpApplicationType Enumeration

Types of FTP application.

public enum FtpApplicationType

Members

Member Name Description
Output The application gives data back to the client, responding to a RETR command.
SynchronousInput The application processes data sent by the client through the STOR command. The client is blocked during the processing.
AsynchronousInput The application processes data sent by the client through the STOR command.
AsynchronousInputOutput The application processes data sent by the client and gives back data.
SynchronousInputOutput The application processes data sent by the client and gives back data.

Requirements

Namespace: Hevea.Core.Ftp

Assembly: Hevea.Core (in Hevea.Core.dll)

See Also

Hevea.Core.Ftp Namespace