FTPCloseConnection                              (XINET)

Deklaration VB 6.0
Function FTPCloseConnection (ByVal FTPHandle As Long) As Boolean

Deklaration VB.NET
Function FTPCloseConnection (ByVal FTPHandle As Integer) As Boolean

Beskrivning
Stänger förbindelsen till en FTP-server. Parametern FTPHandle specificerar den "handle" som erhölls när förbindelsen öppnades med FTPOpenConnection.

Returvärden
Funktionen returnerar True om allt gått bra eller False vid fel.

Se även
FTPOpenConnection
    
 
 
  
SamLogic