edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Control integrity checking after file transfers.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool IntegrityCheckTransfers { get; set; }
Visual Basic
Public Property IntegrityCheckTransfers As Boolean
	Get
	Set
Visual C++
public:
property bool IntegrityCheckTransfers {
	bool get ();
	void set (bool value);
}

Remarks

Some FTP servers support the XCRC command, permitting a checksum to be calculated after transferring a file to ensure it transferred correctly.

If this flag is switched on, CRC checks will be attempted for binary transfers. An exception will be thrown if CRC checks are not supported by the server. Also, integrity checks cannot be performed for appends.

See Also