Class SystCommandHandler
Implements the SYST
command.
Inheritance
SystCommandHandler
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandler("SYST", false, false)]
public class SystCommandHandler : FtpCommandHandler, IFtpCommandHandler, IFtpCommandBase, IFeatureHost
Constructors
|
Improve this Doc
View Source
SystCommandHandler(IOptions<SystCommandOptions>)
Declaration
public SystCommandHandler(IOptions<SystCommandOptions> options)
Parameters
Properties
|
Improve this Doc
View Source
IsLoginRequired
Declaration
[Obsolete("Information about an FTP command handler can be queried through the IFtpCommandHandlerProvider service.")]
public override bool IsLoginRequired { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Process(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements