SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReadOnly Property

Makes the server's file system read-only for all users.

Object Oriented Interface

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

Procedural Interface

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

Default Value

false

Remarks

Set this property to true to present the server's file system as read-only for all connecting users.

Data Type

Boolean

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