wodSSHServer ActiveX Control - BannerText Property
      
 

Description

Holds banner message text that is send to client upon login.


Property type

A String value.  


Syntax

object.BannerText [= value]



The BannerText Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSSHD.
value A String value.

Remarks

Not many servers use banner messages, although it is common way of presenting important messages to the clients. Setting BannerText property will affect clients that connect, so that this message is *somehow* shown on their terminal. Different client applications handle this message differently. Some of them show BannerText as message box, some show it as first received data from the server - depends on the client.

Leaving BannerText empty will affect wodSSHD so it does not send banner message at all.

When wodSSHServer is operating as Telnet server, this message is shown just before login and password prompt are sent to the client.

NOTE: In DEMO version you cannot change BannerText property.


Back to product page