Back to product page

GreetingMessage property


Message sent to the client upon connection.

Type

A String value.

Syntax

  • Basic
object.GreetingMessage [= value]
The GreetingMessage(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
valueA String value.

Remarks

GreetingMessage property defines first message (or greeting text) sent to the user when he connects to the server (for FTP and FTPS protocols), or banner text sent after user logged in (in SFTP protocol).

Setting this property will affect clients that connect, so that this message is *somehow* shown on their client application. Different client applications handle this message differently. Some of them show GreetingMessage as message box, some show it as first received data from the server - depends on the client.

Leaving GreetingMessage empty will affect wodFTPD so it does not send greeting message at all.

NOTE: In DEMO version you cannot change GreetingMessage property.

Platforms

Windows