SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_entry_format Property

The file listing format: cfefUnknown 0 cfefUnix 1 cfefWindows 2 cfefMLSD 3 .

Syntax

def get_client_file_entry_entry_format() -> int: ...
def set_client_file_entry_entry_format(value: int) -> None: ...

client_file_entry_entry_format = property(get_client_file_entry_entry_format, set_client_file_entry_entry_format)

Default Value

0

Remarks

The file listing format:

cfefUnknown0
cfefUnix1
cfefWindows2
cfefMLSD3

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