SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

SSHSettingsCompressionAlgorithms Property

A list of session compression algorithms separated with commas or semicolons.

Object Oriented Interface

public function getSSHSettingsCompressionAlgorithms();
public function setSSHSettingsCompressionAlgorithms($value);

Procedural Interface

secureblackboxlite_sftpclient_get($res, 120 );
secureblackboxlite_sftpclient_set($res, 120, $value );

Default Value

''

Remarks

A list of session compression algorithms separated with commas or semicolons. Each algorithm in the list may be prefixed with a minus sign (-) to indicate that the algorithm should be disabled rather than enabled. Besides the specific algorithm names, this property supports the all (and -all) aliases that allow to blanketly enable or disable all compression algorithms at once.

Note: the list of algorithms provided to this property alters the baseline list of compression algorithms pre-configured for this component. Remember to start your algorithm string with -all; if you need to only enable a specific fixed set of algorithms. The list of supported compression algorithms is provided below:

  • none
  • zlib
  • zlib@openssh.com

Data Type

String

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