SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ClientFileEntryOtherWrite Property

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

Object Oriented Interface

public function getClientFileEntryOtherWrite();
public function setClientFileEntryOtherWrite($value);

Procedural Interface

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

Default Value

false

Remarks

Controls file write 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]