Types of FTP application.
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. |
Namespace: Hevea.Core.Ftp
Assembly: Hevea.Core (in Hevea.Core.dll)