edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientStrictReturnCodes Property

Controls whether or not checking of return codes is strict.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool StrictReturnCodes { get; set; }

Property Value

Boolean
true if strict return code checking, false if non-strict.

Remarks

Some 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.

See Also