1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

environment variables missing from ftpio(3) man page

PR:		5691
Submitted by:	archie@whistle.com
This commit is contained in:
Jordan K. Hubbard 1998-02-10 07:01:51 +00:00
parent d6476ada99
commit 74be6b27e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33212

View File

@ -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