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

SSHSCPClientGetLocalCRC Method

Get the CRC-32 checksum for the named local file

Definition

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

Parameters

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

Return Value

UInt32

Implements

IExFileTransferClientGetLocalCRC(String, Int64, Int32)

See Also