diff options
author | obrien <obrien@FreeBSD.org> | 2006-08-31 17:11:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-08-31 17:11:46 +0000 |
commit | b606c5a70414070a2c0d2bb21e424f9b39d8923c (patch) | |
tree | 7269af1fb4575bd9aba8d6044ad0fa4d2b70eec2 /contrib/lukemftpd | |
parent | 05de6b8434ad5422b7bea89de1d910f36eaef46f (diff) | |
download | FreeBSD-src-b606c5a70414070a2c0d2bb21e424f9b39d8923c.zip FreeBSD-src-b606c5a70414070a2c0d2bb21e424f9b39d8923c.tar.gz |
Pull vendor file to HEAD.
Diffstat (limited to 'contrib/lukemftpd')
-rw-r--r-- | contrib/lukemftpd/src/ftpd.conf.5 | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/contrib/lukemftpd/src/ftpd.conf.5 b/contrib/lukemftpd/src/ftpd.conf.5 index 4d22bc6..be73c48 100644 --- a/contrib/lukemftpd/src/ftpd.conf.5 +++ b/contrib/lukemftpd/src/ftpd.conf.5 @@ -1,6 +1,7 @@ -.\" $NetBSD: ftpd.conf.5,v 1.28 2003-06-27 18:59:54 wiz Exp $ +.\" $NetBSD: ftpd.conf.5,v 1.32 2005/09/11 23:31:46 wiz Exp $ +.\" $FreeBSD$ .\" -.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. +.\" Copyright (c) 1997-2001, 2005 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation @@ -34,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 30, 2002 +.Dd August 24, 2005 .Dt FTPD.CONF 5 .Os .Sh NAME @@ -121,7 +122,6 @@ directive is set for the class. .Pp Each configuration line may be one of: .Bl -tag -width 4n -.It Sy advertise Ar class Op Ar host .It Sy advertize Ar class Op Ar host Set the address to advertise in the response to the .Sy PASV @@ -304,6 +304,26 @@ Escape sequences are supported; refer to in .Xr ftpd 8 for more information. +.It Sy hidesymlinks Ar class Op Sy off +If +.Ar class +is +.Dq none +or +.Sy off +is specified, disable this feature. +Otherwise, the +.Sy LIST +command lists symbolic links as the file or directory the link +references +.Pq Dq Li "ls -LlA" . +Servers which run an anonymous service may wish to enable this +feature for +.Sy GUEST +users, so that symbolic links do not leak names in +directories that are not searchable by +.Sy GUEST +users. .It Sy homedir Ar class Op Sy pathformat If .Ar pathformat @@ -558,6 +578,19 @@ is or .Ar size is not specified, use the default. +.It Sy recvbufsize Ar class Op Ar size +Set the size of the socket receive buffer. +An optional suffix may be provided as per +.Sy rateget . +The default is zero and the system default value will be used. +This option affects only passive transfers. +If +.Ar class +is +.Dq none +or +.Ar size +is not specified, use the default. .It Sy sanenames Ar class Op Sy off If .Ar class |