Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.CompressionAlgorithms

TElSimpleFTPSServer     


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


This property specifies the compression algorithms which can be used for compressing data

Declaration

[C#]
    bool CompressionAlgorithms[short Index];

[VB.NET]
    Property CompressionAlgorithms(ByVal Index As Short) As Boolean

[Pascal]
    property CompressionAlgorithms[Index: TSBSSLCompressionAlgorithm]: boolean;
    TSBSSLCompressionAlgorithm: SmallInt;

[C++]
    bool get_CompressionAlgorithms(uint8_t Index);
    void set_CompressionAlgorithms(uint8_t Index, bool Value);

[PHP]
    bool get_CompressionAlgorithms(integer $Index)
    void set_CompressionAlgorithms(integer $Index, bool $Value)

[Java]
    not available

Parameters

  • Index - index of the compression algorithm.

TSBSSLCompressionAlgorithm values:

Description

    Set this property before starting the server to specify which compression algorithms can be used to compress the data during the session.

Discuss this help topic in SecureBlackbox Forum