SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReadOnly Property

Specifies whether files on the server are read-only.

Object Oriented Interface

public function getReadOnly();
public function setReadOnly($value);

Procedural Interface

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

Default Value

false

Remarks

Set this property to true to deny all client requests to change files on the server.

Data Type

Boolean

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