SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CurrListEntryEntryFormat Property

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

Syntax

ANSI (Cross Platform)
int GetCurrListEntryEntryFormat();

Unicode (Windows)
INT GetCurrListEntryEntryFormat();

Possible Values

CFEF_UNKNOWN(0), 
CFEF_UNIX(1),
CFEF_WINDOWS(2),
CFEF_MLSD(3)
@property (nonatomic,readonly,assign,getter=currListEntryEntryFormat) int currListEntryEntryFormat;
- (int)currListEntryEntryFormat;

Possible Values

CFEF_UNKNOWN(0), 
CFEF_UNIX(1),
CFEF_WINDOWS(2),
CFEF_MLSD(3)
#define PID_FTPCLIENT_CURRLISTENTRYENTRYFORMAT 36

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_FTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

The file listing format:

cfefUnknown0
cfefUnix1
cfefWindows2
cfefMLSD3

This property is read-only and not available at design time.

Data Type

Integer

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