SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AllowAnonymous Property

Allows and disallows anonymous connections.

Object Oriented Interface

public function getAllowAnonymous();
public function setAllowAnonymous($value);

Procedural Interface

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

Default Value

false

Remarks

Use this property to enable and disable support for anonymous connections.

Data Type

Boolean

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