Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.AccountInfo

TElSimpleFTPSClient     See also     


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


This property specifies the account info.

Declaration

[C#]
    string AccountInfo;

[VB.NET]
    Property AccountInfo As String

[Pascal]
    property AccountInfo: string;

[C++]
    void get_AccountInfo(std::string &OutResult);
    void set_AccountInfo(const std::string &Value);

[PHP]
    string get_AccountInfo()
    void set_AccountInfo(string $Value)

[Java]
    String getAccountInfo();
    void setAccountInfo(String Value);

Description

    This property specifies the parameter for ACCT command. If AccountInfo is set, the client automatically sends ACCT command to the server during authentication.

See also:     AuthCmd    

Discuss this help topic in SecureBlackbox Forum