Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ModeZ

TElSimpleFTPSClient     See also     


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


Specifies whether the in-flight ZLib data compression is turned on.

Declaration

[C#]
    bool ModeZ;

[VB.NET]
    Property ModeZ As Boolean

[Pascal]
    property ModeZ : boolean;

[C++]
    bool get_ModeZ();
    void set_ModeZ(bool Value);

[PHP]
    bool get_ModeZ()
    void set_ModeZ(bool $Value)

[Java]
    boolean getModeZ();
    void setModeZ(boolean Value);

Description

    Use this property to specify whether the in-flight data compression is turned on. The default value is False.
Use ModeZSupported to check whether the server supports mode z compression and ModeZLevel to specify the compression level.

See also:     ModeZSupported     ModeZLevel    

Discuss this help topic in SecureBlackbox Forum