Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitStartServer Method
In This Topic
    KermitStartServer Method
    In This Topic
    Starts a remote Kermit program in server mode.
    Syntax
    expression.KermitStartServer() As ReturnCode
    where expression is a variable that represents a FileTransfer Object

    Return Value

    One of the following ReturnCode enumerated values.

    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.

    Remarks
    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 set the local flag that indicates that the remote program is in server mode.
    See Also