|
SmartFTP FTP Library
|
This interface is implemented by the Global class.
IGlobal
interface IGlobal : IDispatch;VBScript
Dim objGlobal Set objGlobal = CreateObject("sfFTPLib.Global")
...
' Print version
WScript.Echo("Version: " & objGlobal.Version)
' Load License
objGlobal.LoadLicense("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")|
IGlobal Methods |
Description |
|
This is LoadLicense, a member of class IGlobal. |
|
IGlobal Properties |
Description |
|
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. | |
|
This is TotalBytesReceived, a member of class IGlobal. | |
|
This is TotalBytesSent, 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.
|