Class OptsUtf8CommandExtension
The implementation of the OPTS UTF8
command.
Inheritance
OptsUtf8CommandExtension
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandlerExtension("UTF8", "OPTS", false)]
[FtpCommandHandlerExtension("UTF-8", "OPTS", false)]
[FtpFeatureText("UTF8")]
public class OptsUtf8CommandExtension : FtpCommandHandlerExtension, IFtpCommandHandlerExtension, IFtpCommandBase
Properties
|
Improve this Doc
View Source
IsLoginRequired
Declaration
[Obsolete("Use the FtpCommandHandlerExtension attribute instead.")]
public override bool? IsLoginRequired { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
InitializeConnectionData()
Declaration
public override void InitializeConnectionData()
Overrides
|
Improve this Doc
View Source
Process(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements