public bool StrictReturnCodes { get; set; }Public Property StrictReturnCodes As Boolean
Get
Setpublic:
property bool StrictReturnCodes {
bool get ();
void set (bool value);
}member StrictReturnCodes : bool with get, setSome servers return non-standard reply-codes. Setting this property to 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.