This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
FTP_GetPassive
|
FTP_GetPassive ( ftp_ID ; passiveMode ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
ftp_ID | Longint |
![]() |
Reference to a FTP login | |||||
passiveMode | Integer |
![]() |
Current data stream transfer mode 0=Active mode, 1=Passive mode | |||||
Function result | Integer |
![]() |
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:
Product: 4D
Theme: IC File Transfer
Number:
88893
Modified: 4D Internet Commands 6.5.3
4D Internet Commands ( 4D v20)