Class MffCommandHandler
Implements the MFF command.
Inherited Members
Namespace: FubarDev.FtpServer.CommandHandlers
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandler("MFF", false, true)]
[FtpFeatureFunction("FeatureStatus")]
public class MffCommandHandler : FtpCommandHandler, IFtpCommandHandler, IFtpCommandBase, IFeatureHost
Methods
| Improve this Doc View SourceFeatureStatus(IFtpConnection)
Gets the feature string for the MFF command.
Declaration
public static string FeatureStatus(IFtpConnection connection)
Parameters
| Type | Name | Description |
|---|---|---|
| IFtpConnection | connection | The connection. |
Returns
| Type | Description |
|---|---|
| String | The feature string. |
Process(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| FtpCommand | command | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<Nullable<IFtpResponse>> |