Interface IFtpConnectionAdapter
An FTP connection adapter does something with the input and output pipes.
Inherited Members
Namespace: FubarDev.FtpServer.ConnectionHandlers
Assembly: FubarDev.FtpServer.dll
Syntax
public interface IFtpConnectionAdapter : IFtpService
Remarks
It uses a sender and a receiver service to be able to start/stop the tasks.
Properties
| Improve this Doc View SourceReceiver
Gets the pausable receiver for this connection adapter.
Declaration
IPausableFtpService Receiver { get; }
Property Value
| Type | Description |
|---|---|
| IPausableFtpService |
Sender
Gets the sender for this connection adapter.
Declaration
IFtpService Sender { get; }
Property Value
| Type | Description |
|---|---|
| IFtpService |