
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodSSHD
- Methods
- Properties
- Events
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- IwodSSHDNotify
- Methods
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- Methods
- SSHKeyPair
- SSHUser
- SSHUsers
- How to get support
- Technical information
- Fast notifications
- Error list
BannerText property
Holds banner message text that is send to client upon login.
Type
A String valueSyntax
- Basic
object.BannerText [= value]
The BannerText(object,value) syntax has these parts:
The BannerText(object,value) syntax has these parts:
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.