LOAD PACKAGE
Loads the specified package into the file system cache.
SFTMIME LOAD PACKAGE:package-name [/SFTPATH sft-pathname] [/LOG log-pathname | /CONSOLE | /GUI]
Parameter | Description |
---|---|
PACKAGE:<package-name> |
The name of the package to load. |
/SFTPATH <sft-pathname> |
If specified, the path to an SFT file to load from. |
/LOG |
If specified, output is logged to the specified path name. |
/CONSOLE |
If specified, output is presented in the active console window (default). |
/GUI |
If specified, output is presented in a Windows dialog box. |
For version 4.6, the following option has been added.
/LOGU |
If specified, output is logged to the specified path name in UNICODE format. |
Note If no SFTPATH is specified, the client will load the package by using the path it has been configured to use, based on the OSD file, the ApplicationSourceRoot registry key value, or the OverrideURL setting.
The LOAD PACKAGE command performs a synchronous load and will not be complete until the package is fully loaded or until it encounters an error condition.