.\" This manual page was generated from the file FtpLastResponse.html. .TH FtpLastResponse 3 "06 November 1997" FTPlib .SH NAME FtpLastResponse \- Retrieve the last response sent by the server. .SH "SYNOPSIS" .B "#include " .br .sp .BI "char *FtpLastResponse(netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "nControl" A pointer to a control handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpLastResponse() returns a pointer to the last response string sent by the server. This can be parsed by the user program to determine more information about the last request or can be displayed along with an error message. .SH "RETURN VALUE" .LP If nControl is a valid control handle, FtpLastResponse() returns a pointer to the last server response string. Otherwise, NULL is returned.