Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20
FTP_GetPassive

FTP_GetPassive 


 

FTP_GetPassive ( ftp_ID ; passiveMode ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
ftp_ID  Lange Ganzzahl in Reference to a FTP login
passiveMode  Ganzzahl in Current data stream transfer mode 0=Active mode, 1=Passive mode
Funktionsergebnis  Ganzzahl in Error Code

The FTP_GetPassive command returns the current data stream transfer mode.
For more details about FTP transfer modes, refer to the FTP_SetPassive command description.

ftp_ID is the long integer reference to the FTP session established with FTP_Login.

passiveMode returns the current data stream transfer mode:

  • if 0 is returned, the FTP Server is currently asked to work in Active mode.
  • if 1 is returned, the FTP Server is currently asked to work in Passive mode (default value).



Siehe auch 

FTP_SetPassive

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: IC File Transfer
Nummer: 88893

 
SEITENINHALT 
 
GESCHICHTE 

Geändert: 4D Internet Commands 6.5.3

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D v20)