Class FtpCommandHandlerContext
The context in which an FTP command gets executed.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FtpCommandHandlerContext
Constructors
| Improve this Doc View SourceFtpCommandHandlerContext(FtpContext)
Initializes a new instance of the FtpCommandHandlerContext class.
Declaration
public FtpCommandHandlerContext(FtpContext ftpContext)
Parameters
Type | Name | Description |
---|---|---|
FtpContext | ftpContext | The FTP context. |
Properties
| Improve this Doc View SourceFtpContext
Gets the FTP context.
Declaration
public FtpContext FtpContext { get; }
Property Value
Type | Description |
---|---|
FtpContext |