ExFTPConnectionGetLocalCrc Method
Get the CRC of a local file.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public uint GetLocalCrc(
string localFile,
long offset = 0,
int length = -1
)
Public Function GetLocalCrc (
localFile As String,
Optional offset As Long = 0,
Optional length As Integer = -1
) As UInteger
public:
unsigned int GetLocalCrc(
String^ localFile,
long long offset = 0,
int length = -1
)
member GetLocalCrc :
localFile : string *
?offset : int64 *
?length : int
(* Defaults:
let _offset = defaultArg offset 0
let _length = defaultArg length -1
*)
-> uint32
- localFile String
-
- offset Int64 (Optional)
- Location in the file at which to start calculating the CRC (default is 0).
- length Int32 (Optional)
- Number of bytes from the offset location to calculate the CRC for (default is -1 which means to end of file).
UInt32