Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.ForceCompression

TElSimpleSSHServer     See also     


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


Specifies whether the server always requires compression

Declaration

[C#]
    bool ForceCompression;

[VB.NET]
    Property ForceCompression As Boolean

[Pascal]
    under development

[C++]
    bool get_ForceCompression();
    void set_ForceCompression(bool Value);

[PHP]
    bool get_ForceCompression()
    void set_ForceCompression(bool $Value)

[Java]
    boolean getForceCompression();
    void setForceCompression(boolean Value);

Description

    This property specifies whether the non-compressed transfer is supported by the server. When the property is set to true, CompressionAlgorithms[SSH_CA_NONE] is turned off and the server advertises only ZLIB compression (and not NONE).

See also:     ...    

Discuss this help topic in SecureBlackbox Forum