Click or drag to resize

FtpResponse Properties

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
See Also