![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
The ChecksumExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
BeginGetChecksum |
Asynchronusly retrieve a checksum of the specified file. This feature
is non-standard.
|
![]() ![]() |
EndGetChecksum |
Ends an asynchronous call to BeginGetChecksum()
|
![]() ![]() |
GetChecksum |
Retrieves a checksum of the given file using a checksumming method
that the server supports, if any. The algorithm used goes in this order:
1. HASH command; server preferred algorithm. See FtpClient.SetHashAlgorithm()
2. MD5 / XMD5 commands
3. XSHA1 command
4. XSHA256 command
5. XSHA512 command
6. XCRC command
|