SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SSHSettingsForceCompression Property

Whether the SSH client should explicitly request compression.

Object Oriented Interface

public function getSSHSettingsForceCompression();
public function setSSHSettingsForceCompression($value);

Procedural Interface

secureblackbox_sshclient_get($res, 103 );
secureblackbox_sshclient_set($res, 103, $value );

Default Value

false

Remarks

Whether the SSH client should explicitly request compression.

If ForceCompression is False, compression will be used only if the server 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]