summaryrefslogtreecommitdiffstats
path: root/lib/libftpio/ftpio.3
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-04 00:55:21 +0000
committerjkh <jkh@FreeBSD.org>1996-07-04 00:55:21 +0000
commite22f27ac866407213e0511e4d9ffbfc6983f222d (patch)
treeffcc145589ccdbd651b4ea9412341d46a8b6e67b /lib/libftpio/ftpio.3
parent9a167a10a823308fa0d5701ce0f5c93b2343440e (diff)
downloadFreeBSD-src-e22f27ac866407213e0511e4d9ffbfc6983f222d.zip
FreeBSD-src-e22f27ac866407213e0511e4d9ffbfc6983f222d.tar.gz
Implement an ftpVerbose() hook.
Submitted by: jmz
Diffstat (limited to 'lib/libftpio/ftpio.3')
-rw-r--r--lib/libftpio/ftpio.39
1 files changed, 9 insertions, 0 deletions
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
OpenPOWER on IntegriCloud