Get the CRC-32 checksum for the named remote file. Not supported
by all servers (requires the XCRC command).
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
uint GetRemoteCRC( string path ) |
| Visual Basic |
|---|
Function GetRemoteCRC ( _ path As String _ ) As UInteger |
| Visual C++ |
|---|
unsigned int GetRemoteCRC( String^ path ) |
Parameters
- path
- Type: System..::..String