The properties of the FtpClientRequest class are listed below. For a complete list of FtpClientRequest class members, see the FtpClientRequest Members topic.
Command | Gets the command sent by the client. |
Data | Gets the data sent by the user. |
ExpectedCommand | Gets the next command that the client is expected to send. |
Location | Gets / Sets the current user location. |
ParameterLine | Gets the command parameter line (all parameters). |
Parameters | Gets the command parameters sent by the client. |
PreviousCommand | Gets the previous command sent by the client (may be null). |
SessionId | Gets the request handler identifier |
SessionParameters | Gets the session parameters entered by the client. |
UserCredential | Gets the client credential or null if the user did not authenticate. |
UserLogin | Gets the user login or null if the user did not start the authentication. |
FtpClientRequest Class | Hevea.Core.Ftp Namespace