SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

PassiveMode Property

Enables or disables passive transfer mode.

Syntax

bool GetPassiveMode();
int SetPassiveMode(bool bPassiveMode);

Default Value

true

Remarks

The transfer mode (active or passive) regulates which party is responsible for opening a listening port for data connections. Where passive mode is used, the FTP server is responsible for listening for data connections. In active mode, the listening port is opened by the client.

In today's Internet of firewalls it is a de-facto standard to use the passive mode for FTP transfers.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Qt Edition - Version 20.0 [Build 8166]