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
|