Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.ControlChannelEncrypted

TElFTPSServer     See also     


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


Specifies if control channel is encrypted.

Declaration

[C#]
    bool ControlChannelEncrypted;

[VB.NET]
    Property ControlChannelEncrypted As Boolean

[Pascal]
    property ControlChannelEncrypted : boolean;

[C++]
    bool get_ControlChannelEncrypted();

[PHP]
    bool get_ControlChannelEncrypted()

[Java]
    boolean getControlChannelEncrypted();

Description

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

See also:     DataChannelEncrypted    

Discuss this help topic in SecureBlackbox Forum