ftplastresponse(3) debian man page | unix.com

Man Page: ftplastresponse

Operating Environment: debian

Section: 3

FtpLastResponse(3)					     Library Functions Manual						FtpLastResponse(3)

NAME
FtpLastResponse - Retrieve the last response sent by the server.
SYNOPSIS
#include <ftplib.h> char *FtpLastResponse(netbuf *nControl);
PARAMETERS
nControl A pointer to a control handle returned by FtpConnect().
DESCRIPTION
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.
RETURN VALUE
If 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)
Related Man Pages
mms_rsp_type(3mms) - opensolaris
clientlib(3) - redhat
clientlib(3) - suse
mms_get_attribute(3mms) - opensolaris
www::cnic::response(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?