Namespace FubarDev.FtpServer.Events
Classes
FtpConnectionCommandReceivedEvent
This event object gets sent when a command was received.
FtpConnectionDataTransferStartedEvent
This event object gets sent when a data transfer was started.
FtpConnectionDataTransferStoppedEvent
This event object gets sent when a data transfer was stopped.
Interfaces
IFtpConnectionEvent
Base interface for an FTP connection event.
IFtpConnectionEventHost
The event host.