SmartFTP FTP Library
ISFTPExtendedCheckFileResult Interface Reference

import "sfFTPLib.idl";

Properties

HashAlgo HashAlgo [get]
 Retrieves the hashing algorithm used by the server.
BSTR HashAsString [get]
 Retrieves the computed hash value as a hexadecimal string.

Property Documentation

◆ HashAlgo

HashAlgo ISFTPExtendedCheckFileResult::HashAlgo
getproperty

Retrieves the hashing algorithm used by the server.

Indicates which mathematical function was used to generate the checksum.

Parameters
[out]retvalReceives the HashAlgo enumeration value.

◆ HashAsString

BSTR ISFTPExtendedCheckFileResult::HashAsString
getproperty

Retrieves the computed hash value as a hexadecimal string.

The checksum returned by the server.

Format: A standard hexadecimal string (e.g., "5d41402abc4b2a76b9719d911017c592").

Usage: Compare this string (case-insensitive) with your local file's computed hash to verify integrity.

Parameters
[out]retvalReceives the hash string.

The documentation for this interface was generated from the following file: