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

HttpClientGetRemoteCRC Method

Get the CRC-32 checksum for the named remote file. Not supported in HTTP.

Definition

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

Parameters

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

Return Value

UInt32

Implements

IExFileTransferClientGetRemoteCRC(String, Int64, Int32)

See Also