Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.AuthCmd

TElSimpleFTPSClient     See also     


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


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

Declaration

[C#]
    TSBFTPAuthCmd AuthCmd;

[VB.NET]
    Property AuthCmd As TSBFTPAuthCmd

[Pascal]
    property AuthCmd: TSBFTPAuthCmd;

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

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

[Java]
    short getAuthCmd();
    void setAuthCmd(short Value);

Values:

TSBFTPAuthCmd 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.

See also:     SendCmd    

Discuss this help topic in SecureBlackbox Forum