XMD5 Members

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The XMD5 type exposes the following members.

Methods

  Name Description
Public method Static member BeginGetXMD5
Asynchronusly retrieve a MD5 hash. The XMD5 command is non-standard and not guaranteed to work.
Public method Static member EndGetXMD5
Ends an asynchronous call to BeginGetXMD5()
Public method Static member GetXMD5
Gets the MD5 hash of the specified file using XMD5. This is a non-standard extension to the protocol and may or may not work. A FtpCommandException will be thrown if the command fails.

See Also