|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
Use the ICIServer interface LogPath property to retrieve or set the file path to the Server's log. You must restart the Server to complete any changes to the server's log path.
Signature:
HRESULT LogPath([out, retval] BSTR *pVal);
HRESULT LogPath([in] BSTR newVal);
Example (VBScript):
Retrieving:
logPath = Command.LogPath
Specifying:
Command.LogPath = "C:\" & Command.Name & ".log"