donotturnoff

server

Description

The server header is used to inform the client of the server software used to generate the response. It should only be included with responses, and is optional.

Syntax

In the following grammar, string_no_newlines is any character string not containing carriage returns or new lines (\r or \n).

header ::= "server=" string_no_newlines

Example

server=SDTPServer 0.1

Support

Program Support Notes
SDTPBrowser Yes This header isn't used by the browser, but can be viewed via the resources dialog.
SDTPServer Yes This header defaults to SDTPServer version, where version is the version of SDTPServer being run. It can be altered via the server configuration.