SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ImplicitSSL Property

Enables or disables implicit SSL mode.

Object Oriented Interface

public function getImplicitSSL();
public function setImplicitSSL($value);

Procedural Interface

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

Default Value

false

Remarks

The server can only work in one mode, explicit or implicit. Explicit mode, also called AUTH TLS, supports both TLS and plain connections. Implicit mode, also called 'dedicated port mode,' only supports TLS connections.

Data Type

Boolean

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