InfoConnect for Unisys
FTPStopServer Method


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