diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 02:22:15 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 02:22:15 +0000 |
| commit | 2388d5d1cef849c6482878f223517c38456feecf (patch) | |
| tree | 3367b2dfd77fbd7733d7d17cb65edf7528459f3f /lib/libftpio | |
| parent | b0016ef5b784c15359ecb96c8c5b0a608b111c1f (diff) | |
Notes
Diffstat (limited to 'lib/libftpio')
| -rw-r--r-- | lib/libftpio/ftpio.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 2a9fa54808cd..89972f5fded3 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -56,7 +56,9 @@ .Ft FILE * .Fn ftpPut "FILE *stream, char *file" .Ft int -.Fn ftpBinary "FILE *stream, int status" +.Fn ftpAscii "FILE *stream" +.Ft int +.Fn ftpBinary "FILE *stream" .Ft int .Fn ftpPassive "FILE *stream, int status" .Ft FILE * @@ -128,11 +130,13 @@ and returns a new .Fa stream pointer for the file or NULL on failure. .Pp +.Fn ftpAscii +sets ascii mode for the current server connection named by +.Fa stream . +.Pp .Fn ftpBinary sets binary mode for the current server connection named by -.Fa stream -to boolean value -.Fa status . +.Fa stream . .Pp .Fn ftpPassive sets passive mode (for firewalls) for the current server connection named by |
