uksbi
Hi,
we updated our dll to version 1.5.8.18. Now the following code returns FALSE ...
Is it a problem of our license or is it a bug. The version before update was 1.5.8.12
The rest of the code to transfer the data works fine.
THX for help ... Ulf
we updated our dll to version 1.5.8.18. Now the following code returns FALSE ...
Public objGlobal As sfFTPLib.Global
Set objGlobal = CreateObject("sfFTPLib.Global")
If objGlobal.LoadLicenseKeyData(strKey) = True Then
Debug.Print "+ INFO ... SmartFTP Registrierung ... OK"
Else
Debug.Print "+ ERROR ... SmartFTP nicht registriert"
End If
Is it a problem of our license or is it a bug. The version before update was 1.5.8.12
The rest of the code to transfer the data works fine.
THX for help ... Ulf