SecureBlackbox 2020 Android Edition

Questions / Feedback?

PassiveMode Property

Enables or disables passive transfer mode.

Syntax

public boolean isPassiveMode();
public void setPassiveMode(boolean passiveMode);

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.

Default Value

True

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