FtpResponse Class |
Namespace: Limilabs.FTP.Client
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns Message of this response.
(Overrides ObjectToString.) |