Subject: Re: OT: setting file/dir attributes under ftp
To: Mauricio Tavares <Mauricio@proedint.com>
From: David Brownlee <abs@mono.org>
List: port-pmax
Date: 11/19/1999 15:34:11
Check ftpd(8) - you probably want something like
'umask real 022' in /etc/ftpd.conf
Note this will affect all non anon/chroot users.
David/absolute
On Fri, 19 Nov 1999, Mauricio Tavares wrote:
> Is there a way I can configure ftpd so whenever a certain user (web)
> puts stuff in my dec 5000/20, directories will be always be drwxr-xr-x and
> files will always be -rw-r--r--? I want to have someone using the machine to
> develop some web stuff by copying stuff using ftp.
>