EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3FTPOptions.AuthCmd

TElAS3FTPOptions    


 

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

 
 

Declaration

[C#]
    short AuthCmd;

[VB.NET]
    Property AuthCmd As Short

[Pascal]
    property AuthCmd: TSBFTPAuthCmd;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET], [ActiveX] [Pascal] Description
acAuto = 0 acAuto try to specify command supported by server automatically
acAuthTLS = 1 acAuthTLS use AUTH TLS command
acAuthSSL = 2 acAuthSSL use AUTH SSL command
acAuthTLSC = 3 acAuthTLSC use AUTH TLS-C command (clear data channel)
acAuthTLSP = 4 acAuthTLSP use AUTH TLS-P command (protected data channel)
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBSimpleFTPS
Assembly: SecureBlackbox.FTPS
Unit: SBSimpleFTPS Module: SSLBBoxCli.dll

 
 

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 acAuto value.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation