Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
FTP_Logout
|
FTP_Logout ( ftp_ID ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
ftp_ID | Lange Ganzzahl |
![]() |
Reference to a FTP login | |||||
![]() |
0 = session successfully closed | |||||||
Funktionsergebnis | Ganzzahl |
![]() |
Error Code | |||||
Given a reference to an open FTP session, the FTP_Logout command will disconnect from the server and free any memory used by the session. This command will return the value of zero into the ftp_ID parameter upon successful close of the session.
ftp_ID is the long integer reference to the FTP session established with FTP_Login.
If(FTP_Login("ftp.4d.com";"anonymous";vEmailID;vFTP_ID;vFTP_Msg)=1)
$error:=FTP_Send(vFTP_ID;"My Hard Drive:Documents:Sales Report";"/pub/reports";1)
$error:=FTP_Logout(vFTP_ID)
End if
Produkt: 4D
Thema: IC File Transfer
Nummer:
88935
Erstellt: 4D Internet Commands 6.5
4D Internet Commands ( 4D v20)