ChecksumExtension Members

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The ChecksumExtension type exposes the following members.

Methods

  Name Description
Public method Static member BeginGetChecksum
Asynchronusly retrieve a checksum of the specified file. This feature is non-standard.
Public method Static member EndGetChecksum
Ends an asynchronous call to BeginGetChecksum()
Public method Static member 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

See Also