Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Password

TElSimpleFTPSClient     See also     


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


Specifies a password that should be used for authentication on server side

Declaration

[C#]
    string Password;

[VB.NET]
    Property Password As String

[Pascal]
    property Password: string;

[C++]
    void get_Password(std::string &OutResult);
    void set_Password(const std::string &Value);

[PHP]
    string get_Password()
    void set_Password(string $Value)

[Java]
    String getPassword();
    void setPassword(String Value);

Description

    Use this property to specify the password that should be used to authenticate to server.

See also:     Username    

Discuss this help topic in SecureBlackbox Forum