Class OptsMlstCommandExtension
MLST extension for the OPTS command.
Inherited Members
Namespace: FubarDev.FtpServer.CommandExtensions
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandlerExtension("MLST", "OPTS")]
public class OptsMlstCommandExtension : FtpCommandHandlerExtension, IFtpCommandHandlerExtension, IFtpCommandBase
Remarks
Don't announce this extension, because it gets already announced by the MLST command itself.
Methods
| Improve this Doc View SourceInitializeConnectionData()
Declaration
public override void InitializeConnectionData()
Overrides
| Improve this Doc View SourceProcess(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| FtpCommand | command | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<Nullable<IFtpResponse>> |