Interface IFtpCommandActivator
Activator for an FTP command.
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpCommandActivator
Methods
| Improve this Doc View SourceCreate(FtpCommandHandlerContext)
Gets information about the FTP command to be executed.
Declaration
FtpCommandSelection? Create(FtpCommandHandlerContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| FtpCommandHandlerContext | context | The FTP command execution context. |
Returns
| Type | Description |
|---|---|
| Nullable<FtpCommandSelection> | Information about the FTP command to be executed. |