Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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()
See Also