IExFileTransferClientGetRemoteCRC Method
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: 12.7.0.0
uint GetRemoteCRC(
string path,
long offset = 0,
int length = -1
)
Function GetRemoteCRC (
path As String,
Optional offset As Long = 0,
Optional length As Integer = -1
) As UInteger
unsigned int GetRemoteCRC(
String^ path,
long long offset = 0,
int length = -1
)
abstract GetRemoteCRC :
path : string *
?offset : int64 *
?length : int
(* Defaults:
let _offset = defaultArg offset 0
let _length = defaultArg length -1
*)
-> uint32
- path String
- offset Int64 (Optional)
- length Int32 (Optional)
UInt32