Class OptsCommandHandler
Implements the OPTS
command.
Inheritance
OptsCommandHandler
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandler("OPTS", false, true)]
public class OptsCommandHandler : FtpCommandHandler, IFtpCommandHandlerExtensionHost, IFtpCommandHandler, IFtpCommandBase, IFeatureHost
Properties
|
Improve this Doc
View Source
Extensions
Declaration
public IDictionary<string, IFtpCommandHandlerExtension> Extensions { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Process(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements