Ftp |
The FtpResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Code | Gets response code. | |
| EndLine | Gets the last line returned by multi-line response. | |
| IsNegative | Returns if the command failed, but it can be retried. (4yz Transient Negative reply) | |
| IsNegativePermanently | Returns if the command failed permanently. (5yz Permanent Negative reply) | |
| IsPositive | Returns if response was positive. (1xy, 2yz, 3xy) | |
| IsPositiveCompletion | Returns if response was positive completion. (2yz) | |
| IsPositiveIntermediate | Returns if the requested action has been accepted, but more information is required. The client should send another command in reply. (3yz Positive Intermediate reply) | |
| IsPositivePreliminary | Returns if the requested action has successfully started, but another reply is to be expected before the client issues another command. (1yz Positive Preliminary reply) | |
| Lines | Gets all lines (except EndLine) returned by multi-line response. | |
| Message | Gets response message. |