Discuss this help topic in SecureBlackbox Forum

TElAS3FTPOptions.AuthCmd

TElAS3FTPOptions     


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


Specifies an authorization command that should be sent to server to request an explicit SSL session

Declaration

[C#/Java]
    short AuthCmd;

[VB.NET]
    Property AuthCmd As Short

[Pascal]
    property AuthCmd: TSBFTPAuthCmd;

[C++]
    TSBFTPAuthCmd get_AuthCmd();
    void set_AuthCmd(TSBFTPAuthCmd Value);

[PHP]
    integer get_AuthCmd()
    void set_AuthCmd(integer $Value)

Values:


Description

    Use this property to specify command to the authorization command that will be used to request an explicit SSL session. Different servers support different commands, so in most cases it is a good idea to set this property to acAutovalue.

Discuss this help topic in SecureBlackbox Forum