SecureBlackbox 2020 Python Edition

Questions / Feedback?

host Property

Specifies the server host.

Syntax

def get_host() -> str: ...
def set_host(value: str) -> None: ...

host = property(get_host, set_host)

Default Value

""

Remarks

Use this property to specify the IP address on which to listen for incoming FTP connections. Use port to specify the listening port number.

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