FtpResponse Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
Contains the response of the FTP server.
Syntax
public class FtpResponse
Inherited Members
Constructors
Name | Description |
---|---|
Ftp |
Initializes a new instance of the Ftp |
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. |