Query: ftplastresponse
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FtpLastResponse(3) Library Functions Manual FtpLastResponse(3)NAMEFtpLastResponse - Retrieve the last response sent by the server.SYNOPSIS#include <ftplib.h> char *FtpLastResponse(netbuf *nControl);PARAMETERSnControl A pointer to a control handle returned by FtpConnect().DESCRIPTIONFtpLastResponse() 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.RETURN VALUEIf nControl is a valid control handle, FtpLastResponse() returns a pointer to the last server response string. Otherwise, NULL is returned. FTPlib 06 November 1997 FtpLastResponse(3)