SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ForceCompression Property

This property specifies whether server explicitly requires data compression.

Object Oriented Interface

public function getForceCompression();
public function setForceCompression($value);

Procedural Interface

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

Default Value

false

Remarks

Set this property before starting the server. If it is set to true, the class will explicitly request data compression. If it is set to False, the class will support compression, although compression will be used only if the remote party doesn't support algorithms without compression.

Data Type

Boolean

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