summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-10 07:01:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-10 07:01:51 +0000
commit74be6b27e11f05750ed9f9bafa764e715ad4ece9 (patch)
tree70d57568c432022fe6f577f8efaa0031ef7ca794
parentd6476ada99dfd8db77be244d6f4c5f465beabfcb (diff)
Notes
-rw-r--r--lib/libftpio/ftpio.313
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index 11e7cdbf8292..a8ce83865801 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