Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.DataChannelEncrypted

TElFTPSServer     See also     


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


Specifies if data channel is encrypted.

Declaration

[C#]
    bool DataChannelEncrypted;

[VB.NET]
    Property DataChannelEncrypted As Boolean

[Pascal]
    property DataChannelEncrypted : boolean;

[C++]
    bool get_DataChannelEncrypted();

[PHP]
    bool get_DataChannelEncrypted()

[Java]
    boolean getDataChannelEncrypted();

Description

    Use this read-only property to check if the data channel is encrypted. All the client commands and server replies are sent via control channel, while data is transferred via data channel.

See also:     ControlChannelEncrypted    

Discuss this help topic in SecureBlackbox Forum