Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Username

TElSimpleFTPSClient     See also     


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


Specifies the username that should be used for authentication on server side

Declaration

[C#]
    string Username;

[VB.NET]
    Property Username As String

[Pascal]
    property Username: string;

[C++]
    void get_Username(std::string &OutResult);
    void set_Username(const std::string &Value);

[PHP]
    string get_Username()
    void set_Username(string $Value)

[Java]
    String getUsername();
    void setUsername(String Value);

Description

    Use this property to specify the username that should be used to authenticate the client on the server.

See also:     Password    

Discuss this help topic in SecureBlackbox Forum