IExFileTransferClientGetLocalCRC Method
Get the CRC-32 checksum for the named local file
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
uint GetLocalCRC(
string path,
long offset = -1,
int length = -1
)
Function GetLocalCRC (
path As String,
Optional offset As Long = -1,
Optional length As Integer = -1
) As UInteger
unsigned int GetLocalCRC(
String^ path,
long long offset = -1,
int length = -1
)
abstract GetLocalCRC :
path : string *
?offset : int64 *
?length : int
(* Defaults:
let _offset = defaultArg offset -1
let _length = defaultArg length -1
*)
-> uint32
- path String
- offset Int64 (Optional)
-
- length Int32 (Optional)
-
UInt32