Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / KermitStartServer Method


In This Topic
KermitStartServer Method
In This Topic
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()
See Also