The FtpReply type exposes the following members.
Properties
Name | Description | |
---|---|---|
Code |
The status code of the response
|
|
ErrorMessage |
Gets the error message including any informational output
that was sent by the server. Sometimes the final response
line doesn't contain anything informative as to what was going
on with the server. Instead it may send information messages so
in an effort to give as meaningful as a response as possible
the informational messages will be included in the error.
|
|
InfoMessages |
Informational messages sent from the server
|
|
Message |
The message, if any, that the server sent with the response
|
|
Success |
General success or failure of the last command executed
|
|
Type |
The type of response received from the last command executed
|