C# Class FubarDev.FtpServer.CommandHandlers.RntoCommandHandler

Implements the RNTO command.
Inheritance: FtpCommandHandler
显示文件 Open project: FubarDevelopment/FtpServer

Public Methods

Method Description
Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
RntoCommandHandler ( FtpConnection connection ) : System.Threading

Initializes a new instance of the RntoCommandHandler class.

Method Details

Process() public method

public Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
command FtpCommand
cancellationToken System.Threading.CancellationToken
return Task

RntoCommandHandler() public method

Initializes a new instance of the RntoCommandHandler class.
public RntoCommandHandler ( FtpConnection connection ) : System.Threading
connection FtpConnection The connection to create this command handler for
return System.Threading