InfoConnect for Unisys
KermitStartServer Method


Starts a remote Kermit program in server mode. The command used to start the server is defined by the KermitServerStartupCommand property. If that command fails to start the remote Kermit program, this method will still set the local flag indicating that the remote program is in server mode.
Syntax
'Declaration
 
Function KermitStartServer() As ReturnCode
'Usage
 
Dim instance As IFileTransfer
Dim value As ReturnCode
 
value = instance.KermitStartServer()
ReturnCode KermitStartServer()
See Also