SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

transfer_type Property

Sets the file transfer mode.

Syntax

def get_transfer_type() -> int: ...
def set_transfer_type(value: int) -> None: ...

transfer_type = property(get_transfer_type, set_transfer_type)

Default Value

1

Remarks

Use this property to switch between binary and text transfer modes.

cttText0
cttBinary1

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