FtpSysType
Determine system type of remote server.
- Provided by: ftplib-dev (Version: 3.1-1-9build1)
- Source: ftplib
- Report a bug
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.