![](../icons/Limilabs_128x72.png) | FtpResponseIsPositivePreliminary Property |
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)
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntaxpublic bool IsPositivePreliminary { get; }
Public ReadOnly Property IsPositivePreliminary As Boolean
Get
public:
property bool IsPositivePreliminary {
bool get ();
}
member IsPositivePreliminary : bool with get
Property Value
Type:
Boolean
See Also