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

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

Syntax

C#
public uint GetRemoteCRC(
	string path
)
Visual Basic
Public Function GetRemoteCRC ( _
	path As String _
) As UInteger
Visual C++
public:
virtual unsigned int GetRemoteCRC(
	String^ path
) sealed

Parameters

path
Type: System..::..String

Return Value

Implements

IExFileTransferClient..::..GetRemoteCRC(String)

See Also