MD5 Methods

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The MD5 type exposes the following members.

Methods

  Name Description
Public method Static member BeginGetMD5
Asynchronusly retrieve a MD5 hash. The MD5 command is non-standard and not guaranteed to work.
Public method Static member EndGetMD5
Ends an asynchronous call to BeginGetMD5()
Public method Static member GetMD5
Gets the MD5 hash of the specified file using MD5. 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