From e22f27ac866407213e0511e4d9ffbfc6983f222d Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 4 Jul 1996 00:55:21 +0000 Subject: Implement an ftpVerbose() hook. Submitted by: jmz --- lib/libftpio/ftpio.3 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/libftpio/ftpio.3') diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 89972f5..098ce3c 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -36,6 +36,7 @@ .Nm ftpPut , .Nm ftpBinary , .Nm ftpPassive , +.Nm ftpVerbose , .Nm ftpGetURL , .Nm ftpPutURL .Nd FTPIO User library @@ -61,6 +62,8 @@ .Fn ftpBinary "FILE *stream" .Ft int .Fn ftpPassive "FILE *stream, int status" +.Ft void +.Fn ftpVerbose "FILE *stream, int status" .Ft FILE * .Fn ftpGetURL "char *url, char *user, char *passwd" .Ft FILE * @@ -144,6 +147,12 @@ sets passive mode (for firewalls) for the current server connection named by to boolean value .Fa status . .Pp +.Fn ftpVerbose +sets the verbosity mode for the current server connection named by +.Fa stream +to boolean value +.Fa status . +.Pp .Fn ftpGetURL attempts to retreive the file named by the supplied .Fa URL -- cgit v1.1