|
SmartFTP FTP Library
|
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. | |
|
getproperty |
Retrieves the hashing algorithm used by the server.
Indicates which mathematical function was used to generate the checksum.
| [out] | retval | Receives the HashAlgo enumeration value. |
|
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.
| [out] | retval | Receives the hash string. |