PHP ftp_systype() Function

The ftp_systype() function returns the system type identifier of the FTP server.

string ftp_systype ( resource $ftp_stream )

Returns the system type identifier of the remote FTP server.

Example -

The above example will output something similar to : -

Example.com is powered by UNIX

ParameterDescription
ftp_streamThe link identifier of the FTP connection

Returns the remote system type, or FALSE on error.