Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The GreetingMessage(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodFTPD. |
value | A 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.