Back to product page

ServerName property


Holds identification for SFTP protocol.

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 wodFTPD.
valueA String value.

Remarks

ServerName property defines first packet that is sent to the client in SFTP protocol. Typically, this looks something like this:
 
SSH-2.0-WeOnlyDo-wodFTPD 2.1.0.2
 

This lets client know that he is connecting to SSH server, version 2.0 and above, and that server manufacturer is WeOnlyDo, and that server name (and version) is wodFTPD 2.1.0.2

You are allowed to change anything after SSH-2.0- to any text you want. You cannot change SSH-2.0 because you would destroy SSH protocol specification.

DO NOT use CRLF (vbCrLf or vbLf) sequences in this property!

NOTE: In DEMO version you cannot change ServerName property.

Platforms

Windows