Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPStopServer Method
In This Topic
    FTPStopServer Method
    In This Topic
    Disconnects from a host server that was connected by FTPStartServer.
    Syntax
    expression.FTPStopServer() 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.

    See Also