SmartFTP FTP Library
IGlobal Interface

This interface is implemented by the Global class.

IGlobal
IDL
interface IGlobal : IDispatch;

VBScript

Dim objGlobal Set objGlobal = CreateObject("sfFTPLib.Global")
...
' Print version
WScript.Echo("Version: " & objGlobal.Version)
' Load resource file
objGlobal.LoadLanguageFile("sfFTPLibDEU.dll")
' Load License Key from File
objGlobal.LoadLicenseKeyFile("SmartFTP FTP Library.txt")
' Load License Key from Data
objGlobal.LoadLicenseKeyData("--------......")
IGlobal Methods 
Description 
Loads license key from data specified in szData argument. 
Loads license key data from a file specified in the szFile argument. 
IGlobal Properties 
Description 
FIPS 
Controls FIPS 140-2 Mode.
Default: Disabled 
Contains the path the log file. 
Contains the log level.
Default: 0 (no logging) 
This is PreferredLanguage, a member of class IGlobal. 
Contains the version of this component. 
This is WorkerThreadPool, a member of class IGlobal. 
What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.