FtpSiteCommandHandlerArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Provides data and result for FtpSiteCommandHandler.
Syntax
public class FtpSiteCommandHandlerArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| Arguments | Gets the 'SITE' command arguments. |
| Command | Gets the 'SITE' command name (such as 'HELP' or 'PSWD'). The value can be an empty string. |
| ResponseCode | Gets or sets a response code to be reported to the client. If set to zero, custom response is not used and server will process the command using default logic. |
| ResponseDescription | Gets or sets a response description to be reported to the client. If not set, the response description will be "End". |
| Session | Gets the server session that received the 'SITE' command. |