Class HostCommandHandler
Implementation of the HOST
command.
Inheritance
HostCommandHandler
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandler("HOST", false, false)]
[FtpFeatureText("HOST")]
public class HostCommandHandler : FtpCommandHandler, IFtpCommandHandler, IFtpCommandBase, IFeatureHost
Methods
|
Improve this Doc
View Source
Process(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements