Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.ControlChannelSSLVersion

TElFTPSServer     See also     


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


Specifies the control channel protocol version.

Declaration

[C#]
    TSBVersion ControlChannelSSLVersion;

[VB.NET]
    Property ControlChannelSSLVersion As TSBVersion

[Pascal]
    property ControlChannelSSLVersion : TSBVersion;

[C++]
    TSBVersion get_ControlChannelSSLVersion();

[PHP]
    integer get_ControlChannelSSLVersion()

[Java]
    short getControlChannelSSLVersion();

TSBVersion values

Description

    Use this property to get the protocol version of the control channel.

Discuss this help topic in SecureBlackbox Forum