SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ClientFileEntryOtherExecute Property

Controls file execution permission for other users (users that are neither owners, nor belong to the same group).

Object Oriented Interface

public function getClientFileEntryOtherExecute();
public function setClientFileEntryOtherExecute($value);

Procedural Interface

secureblackbox_sftpserver_get($res, 15 );
secureblackbox_sftpserver_set($res, 15, $value );

Default Value

false

Remarks

Controls file execution permission for other users (users that are neither owners, nor belong to the same group).

This property is not available at design time.

Data Type

Boolean

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