Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitServerStartupCommand Property
In This Topic
KermitServerStartupCommand Property
In This Topic
Returns or specifies the string sent to the host to start the host Kermit server program, when the KermitStartServer method is executed or, if KermitAutomaticServer is set to true, when a Kermit file transfer is initiated from the File Transfer dialog box.
Syntax
expression.KermitServerStartupCommand As String
where expression is a variable that represents a FileTransfer Object
Remarks
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 state of Reflection so that it knows the host is in server mode. The default value is "".
See Also