SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

PassiveMode Property

Enables or disables passive transfer mode.

Syntax

public bool PassiveMode { get; set; }
Public Property PassiveMode As Boolean

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.

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