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.
Namespace: System.Net.FtpClient.Extensions
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public static string GetXMD5( this FtpClient client, string path ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Function GetXMD5 ( client As FtpClient, path As String ) As String |
Visual C++ |
---|
public: [ExtensionAttribute] static String^ GetXMD5( FtpClient^ client, String^ path ) |
Parameters
- client
- Type: System.Net.FtpClient..::..FtpClient
FtpClient Object
- path
- Type: System..::..String
Full or relative path to remote file
Return Value
Type: StringServer response, presumably the MD5 hash.