Discuss this help topic in SecureBlackbox Forum

TElFTPSServerMessageTable.Greeting

TElFTPSServerMessageTable     See also     


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


Contains greeting message.

Declaration

[C#]
    string Greeting;

[VB.NET]
    Property Greeting As String

[Pascal]
    property Greeting : string;

[C++]
    void get_Greeting(std::string &OutResult);
    void set_Greeting(const std::string &Value);

[PHP]
    string get_Greeting()
    void set_Greeting(string $Value)

[Java]
    String getGreeting();
    void setGreeting(String Value);

Description

    Use this property to specify server's greeting message. This message is sent when the server is ready to serve new client, together with FTP return code 220. The default message notifies the client about the SecureBlackbox version number.

See also:     SetMessage    

Discuss this help topic in SecureBlackbox Forum