Determine system type of remote server.
#include <ftplib.h> int ftplib_systype(char *buf, int max, netbuf *nbp);
ftplib_systype() 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.
Returns 1 if successful or 0 on error.
$Id: ftplib_systype.html,v 1.1 2002/12/02 03:12:52 te Exp $