Document the fact that passive mode is now the default.

Update copyright dates and strip my middle name.
This commit is contained in:
Dag-Erling Smørgrav 2011-09-27 19:02:44 +00:00
parent 6337341d81
commit bb6e332901
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225815
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
.\"- .\"-
.\" Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav .\" Copyright (c) 2000-2011 Dag-Erling Smørgrav
.\" All rights reserved. .\" All rights reserved.
.\" Portions Copyright (c) 1999 Massachusetts Institute of Technology; used .\" Portions Copyright (c) 1999 Massachusetts Institute of Technology; used
.\" by permission. .\" by permission.
@ -29,7 +29,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 14, 2008 .Dd September 27, 2011
.Dt FETCH 1 .Dt FETCH 1
.Os .Os
.Sh NAME .Sh NAME
@ -165,11 +165,13 @@ directory, with name(s) selected as in the default behaviour.
.It Fl P .It Fl P
.It Fl p .It Fl p
Use passive FTP. Use passive FTP.
This is useful if you are behind a firewall which blocks incoming These flags have no effect, since passive FTP is the default, but are
connections. provided for compatibility with earlier versions where active FTP was
Try this flag if the default.
.Nm To force active mode, set the
seems to hang when retrieving FTP URLs. .Ev FTP_PASSIVE_MODE
environment variable to
.Ql NO .
.It Fl q .It Fl q
Quiet mode. Quiet mode.
.It Fl R .It Fl R

View File

@ -1,5 +1,5 @@
/*- /*-
* Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav * Copyright (c) 2000-2011 Dag-Erling Smørgrav
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without