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

IExFileTransferClientGetRemoteCRC Method

Get the CRC-32 checksum for the named remote file. Not supported by all servers (requires the XCRC command).

Definition

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

Parameters

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

Return Value

UInt32

See Also