InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / FTPStopServer Method


In This Topic
    FTPStopServer Method
    In This Topic
    Disconnects from a host server connected by FTPStartServer.
    Syntax
    'Declaration
     
    
    Function FTPStopServer() As ReturnCode
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As ReturnCode
     
    value = instance.FTPStopServer()
    ReturnCode FTPStopServer()
    See Also