Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.ForceCompression

TElIdSSHClientServerIOHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies whether SSH server should explicitly require compression

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ForceCompression : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    If this property is set to True, then SSH server will explicitly request compression. If it is set to False, then SSH server will support compression, but compression will be used only in case if client doesn't support algorithms without compression.

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum