FtpReply Class Properties
In This Topic
For a list of all members of this type, see FtpReply members.
Public Properties
| Name | Description |
 | Lines | Gets the lines returned by the FTP server as a reply to a command. |
 | Message | Gets the text following the last line of the full text returned by the FTP server without the reply code. |
 | ReplyCode | Gets the reply code returned by the FTP server. |
 | Type | Gets a value representing the type of reply received from the FTP server. |
Top
See Also