C# Class FubarDev.FtpServer.CommandHandlers.MlstCommandHandler

The implementation of the MLST command
Inheritance: FtpCommandHandler
Afficher le fichier Open project: FubarDevelopment/FtpServer

Méthodes publiques

Méthode Description
GetExtensions ( ) : IEnumerable
GetSupportedFeatures ( ) : IEnumerable
MlstCommandHandler ( FtpConnection connection ) : System

Initializes a new instance of the MlstCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
FeatureHandlerAsync ( FtpCommand command, CancellationToken cancellationToken ) : Task
FeatureStatus ( FtpConnection connection ) : string
ProcessMlsdAsync ( FtpCommand command, CancellationToken cancellationToken ) : Task
ProcessMlstAsync ( FtpCommand command, CancellationToken cancellationToken ) : Task

Method Details

GetExtensions() public méthode

public GetExtensions ( ) : IEnumerable
Résultat IEnumerable

GetSupportedFeatures() public méthode

public GetSupportedFeatures ( ) : IEnumerable
Résultat IEnumerable

MlstCommandHandler() public méthode

Initializes a new instance of the MlstCommandHandler class.
public MlstCommandHandler ( FtpConnection connection ) : System
connection FtpConnection The FTP connection this command handler is created for.
Résultat System

Process() public méthode

public Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
command FtpCommand
cancellationToken System.Threading.CancellationToken
Résultat Task