Class MdtmCommandHandler
Implements the MDTM
command.
Inheritance
MdtmCommandHandler
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandler("MDTM", false, true)]
[FtpFeatureText("MDTM")]
public class MdtmCommandHandler : 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