Click or drag to resize

FtpResponse Class

Represents server response to FTP command.
Inheritance Hierarchy
SystemObject
  Limilabs.FTP.ClientFtpResponse

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public class FtpResponse

The FtpResponse type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets response code.
Public propertyEndLine Gets the last line returned by multi-line response.
Public propertyIsNegative Returns if the command failed, but it can be retried. (4yz Transient Negative reply)
Public propertyIsNegativePermanently Returns if the command failed permanently. (5yz Permanent Negative reply)
Public propertyIsPositive Returns if response was positive. (1xy, 2yz, 3xy)
Public propertyIsPositiveCompletion Returns if response was positive completion. (2yz)
Public propertyIsPositiveIntermediate 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)
Public propertyIsPositivePreliminary 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)
Public propertyLines Gets all lines (except EndLine) returned by multi-line response.
Public propertyMessage Gets response message.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns Message of this response.
(Overrides ObjectToString)
Top
See Also