FTPConnectionStrictReturnCodes Property |
Controls whether or not checking of return codes is strict.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic bool StrictReturnCodes { get; set; }Public Property StrictReturnCodes As Boolean
Get
Set
public:
property bool StrictReturnCodes {
bool get ();
void set (bool value);
}member StrictReturnCodes : bool with get, set
Property Value
Type:
Booleantrue if strict return code checking,
false if non-strict.
Remarks
Some servers return non-standard reply-codes. When this property is false
only the first digit of the reply-code is checked, thus decreasing the sensitivity
of edtFTPj to non-standard reply-codes. The default is true meaning that
reply-codes must match exactly.
See Also