FtpResponse Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
Contains the response of the FTP server.
Syntax
public class FtpResponse
Inherited Members
Constructors
| Name | Description |
|---|---|
| FtpResponse(Int32, String, String) | Initializes a new instance of the FtpResponse class with the specified code, description and raw response string. |
Properties
| Name | Description |
|---|---|
| Code | Gets the FTP response code. |
| Description | Gets the description of the FTP response. |
| Group | Gets the group of the FTP response code. |
| Raw | Gets the full unparsed response of the FTP server. |