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

IExFileTransferClientGetLocalCRC Method

Get the CRC-32 checksum for the named local file

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
uint GetLocalCRC(
	string path,
	long offset = -1,
	int length = -1
)

Parameters

path  String
offset  Int64  (Optional)
 
length  Int32  (Optional)
 

Return Value

UInt32

See Also