Determine system type of remote server.
#include <ftplib.h> int FtpSysType(char *buf, int max, netbuf *nControl);
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.
Returns 1 if successful or 0 on error.