SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ClientFileEntryEntryFormat Property

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

Object Oriented Interface

public function getClientFileEntryEntryFormat();
public function setClientFileEntryEntryFormat($value);

Procedural Interface

secureblackbox_ftpserver_get($res, 3 );
secureblackbox_ftpserver_set($res, 3, $value );

Default Value

0

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 PHP Edition - Version 20.0 [Build 8154]