Internet Direct (Indy) Version 9.0.1 Beta
TIdFTPServer.SystemType
Indicates the host operating system and platform for the server implementation.

property SystemType: String;
Description
SystemType is a String property that indicates the host operating system and platform for the FTP server implementation. SystemType is used when the command event handler for the FTP SYST command verb is executed.

SystemType is updated when the value in the EmulateSystem property is changed, and SystemType contains a standard value. SystemType will contain one of the following for the associated EmulateSystem value:

The default value for SystemType is 'Windows 9x/NT', as assigned in the Create constructor.