SecureBlackbox 2020 Python Edition

Questions / Feedback?

passive_mode_host Property

The IP address of the passive mode host.

Syntax

def get_passive_mode_host() -> str: ...
def set_passive_mode_host(value: str) -> None: ...

passive_mode_host = property(get_passive_mode_host, set_passive_mode_host)

Default Value

""

Remarks

Use this property to specify the address on which to listen for passive mode connections.

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