Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ModeZSupported

TElSimpleFTPSClient     See also     


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


Specifies whether the z mode is supported by the FTP server or not.

Declaration

[C#]
    bool ModeZSupported;

[VB.NET]
    Property ModeZSupported As Boolean

[Pascal]
    property ModeZSupported : boolean;

[C++]
    bool get_ModeZSupported();

[PHP]
    bool get_ModeZSupported()

[Java]
    boolean getModeZSupported();

Description

    Use this read-only property to check whether the in-flight compression (z mode) is supported by the FTP server.

See also:     ModeZ     ModeZLevel    

Discuss this help topic in SecureBlackbox Forum