Specifying the Value Returned by the FTP SYST Command

A SYST request asks for information about the server's operating system. The server accepts this request with code 215. EFT Server, and most servers, respond with 215 UNIX Type: L8:

215unixtypel8.gif

Some clients disable essential features when they do not see particular strings in the SYST response. If your server requires a particular response, EFT Server provides a registry setting with which you can specify the value returned by the FTP SYST command.

64 bit: HKLM\SOFTWARE\Wow6432Node\GlobalSCAPE Inc.\EFT Server 4.0\FTPSYSTResponse

32 bit: HKLM\SOFTWARE \GlobalSCAPE Inc.\EFT Server 4.0\FTPSYSTResponse

editstring_ftpsyst.gif

Value data: Windows_NT

registry_ftpsystresponse.gif

The string value provided in the registry will be truncated to 128 characters, if necessary.

After adding the registry key above, the response is 215 Windows_NT:

215windows_nt.gif

For more information about the SYST response, refer to http://cr.yp.to/ftp/syst.html.