SecureBlackbox 2020 PHP Edition

Questions / Feedback?

EncryptDataChannel Property

Enables or disables data channel encryption.

Object Oriented Interface

public function getEncryptDataChannel();
public function setEncryptDataChannel($value);

Procedural Interface

secureblackbox_ftpclient_get($res, 71 );
secureblackbox_ftpclient_set($res, 71, $value );

Default Value

true

Remarks

Use this property to enable or disable data channel encryption. This property should be configured before Connect method is called.

Data Type

Boolean

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