Back to product page

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:
objectAn expression evaluating to an object of type wodSSHD.
valueA 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.

Platforms

Windows