SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

currListEntryEntryFormat (property)

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

Syntax

@property (nonatomic,readonly,assign,getter=currListEntryEntryFormat) int currListEntryEntryFormat;
- (int)currListEntryEntryFormat;

/* Possible Values */
CFEF_UNKNOWN(0),
CFEF_UNIX(1),
CFEF_WINDOWS(2),
CFEF_MLSD(3)
public var currListEntryEntryFormat: FtpclientCurrListEntryEntryFormats {
  get {...}
}
public enum FtpclientCurrListEntryEntryFormats : Int32 { case cfefUnknown = 0 case cfefUnix = 1 case cfefWindows = 2 case cfefMLSD = 3 }

Default Value

0

Remarks

The file listing format:

cfefUnknown0
cfefUnix1
cfefWindows2
cfefMLSD3

This property is read-only.

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