.\" This manual page was generated from the file FtpSysType.html. .TH FtpSysType 3 "20 June 1998" FTPlib .SH NAME FtpSysType \- Determine system type of remote server. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpSysType(char *" buf ", int " max ", netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "buf" A pointer to a buffer where the result will be returned. .TP .B "max" Specifies the size of the user buffer. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpSysType() issues a SYST command to the remote system and attempts to parse the system type out of the response and return it to the user's buffer. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.