SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ClientFileEntryEntryFormat Property

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

Syntax

__property TsbxFTPServerClientFileEntryEntryFormats ClientFileEntryEntryFormat = { read=FClientFileEntryEntryFormat, write=FSetClientFileEntryEntryFormat };
enum TsbxFTPServerClientFileEntryEntryFormats { cfefUnknown=0, cfefUnix=1, cfefWindows=2, cfefMLSD=3 };

Default Value

cfefUnknown

Remarks

The file listing format:

cfefUnknown0
cfefUnix1
cfefWindows2
cfefMLSD3

This property is not available at design time.

Data Type

Integer

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