Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
KermitServerStartupCommand Property
In This Topic
Returns or specifies the string sent to the host to start the host Kermit server program,
either when the KermitStartServer method is executed, or, if the KermitAutomaticServer
property is set to True, as soon as the user initiates a Kermit file transfer from
the File Transfer dialog box.
Syntax
'Declaration
Property KermitServerStartupCommand As String
'Usage
Dim instance As IFileTransfer Dim value As String instance.KermitServerStartupCommand = value value = instance.KermitServerStartupCommand
string KermitServerStartupCommand {get; set;}
Remarks
The default value is "". If this string is empty (""), it is assumed that the host
Kermit is already in server mode, and no action is taken other than to update the
emulator's state so that it knows the host is in server mode.
See Also