Back to product page
- 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
ServerName property
Holds name of the server to be shown to clients.
Type
A String value.Syntax
- Basic
object.ServerName [= value]
The ServerName(object,value) syntax has these parts:
The ServerName(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodSSHD. |
value | A String value. |
Remarks
This is just the name of your wodSSHServer, as it will be initial greeting packet when someone connects to your server. Typically, it contains SSH2.0-WeOnlyDo-1.2.3 (where 1.2.3 is version of the component). You can change 'WeOnlyDo-1.2.3' using this property. It is suggested you put version information here too.
You cannot change this value in DEMO version of wodSSHServer.