SecureBlackbox 2020 iOS Edition

Questions / Feedback?

clientFileEntryEntryFormat (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=clientFileEntryEntryFormat,setter=setClientFileEntryEntryFormat:) int clientFileEntryEntryFormat;
- (int)clientFileEntryEntryFormat;
- (void)setClientFileEntryEntryFormat:(int)newClientFileEntryEntryFormat;

/* Possible Values */
CFEF_UNKNOWN(0),
CFEF_UNIX(1),
CFEF_WINDOWS(2),
CFEF_MLSD(3)
public var clientFileEntryEntryFormat: FtpserverClientFileEntryEntryFormats {
  get {...}
set {...} }
public enum FtpserverClientFileEntryEntryFormats : 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

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