diff options
author | jkh <jkh@FreeBSD.org> | 1998-02-10 07:01:51 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-02-10 07:01:51 +0000 |
commit | 0960b03c1e26765d997a7145f89307f9b6aa6ad2 (patch) | |
tree | ccbb814ac63165a9954d9005b5fe18047a2dfda1 /lib/libftpio | |
parent | 50af713bea84392927504d5a94f3ca83271b5946 (diff) | |
download | FreeBSD-src-0960b03c1e26765d997a7145f89307f9b6aa6ad2.zip FreeBSD-src-0960b03c1e26765d997a7145f89307f9b6aa6ad2.tar.gz |
environment variables missing from ftpio(3) man page
PR: 5691
Submitted by: archie@whistle.com
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftpio.3 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 11e7cdb..a8ce838 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ftpio.3,v 1.14 1997/02/22 15:06:48 peter Exp $ +.\" $Id: ftpio.3,v 1.15 1997/04/19 15:57:15 bde Exp $ .\" .Dd June 17, 1996 .Dt ftpio 3 @@ -185,6 +185,17 @@ operations except that no server stream is ever returned - the connection to the server closes when the file has been completely written. Use the lower-level routines if multiple puts are required as it will be far more efficient. +.Sh ENVIRONMENT +.Bl -tag -width FTP_PASSIVE_MODE -offset 123 +.It Ev FTP_TIMEOUT +Maximum time, in seconds, to wait for a response +from the peer before aborting an +.Tn FTP +connection. +.It Ev FTP_PASSIVE_MODE +Force the use of passive mode +.Tn FTP . +.El .Sh BUGS I'm sure you can get this thing's internal state machine confused if you really work at it, but so far it's proven itself pretty robust in |