FileServerSettings.Banner Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Banner
Gets or sets the SSH banner message announced to the client before authentication. Inherited from ServerSettings.
Declaration
public string Banner { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Remarks
To specify a welcome message for FTP protocol, register Connecting event and set the CustomMessage property to the welcome message.