On ה', 2005-09-29 at 15:58 +0300, Livneh Ran wrote: > Hi. > I'm using RHEL 3 and vsftp as my ftp server. > I want clients from the inside to have access rwx to, lets say, INCOMING > folder and clients from the outside not to have the ability to list the > files/folders under INCOMING but to able to write and read from a newly > created directory under INCOMING. > Currently, insideuser and outsideuser are having the same group. > drwx-wx--x 308 insideuser outsidegroup 8192 Sep 29 15:55 INCOMING > with these permissions, the outside user can cd to INCOMING but ls won't > show a thing - which is great. > When creating a new directory under INCOMING, permissions are stayed the > same, of course, so I have to change the umask in /etc/vfstpd.conf, > correct? > > After changing the umask to - whatever, and restart xinetd, nothing is > changed...
Which local_umask you've used? I guess local_umask of 0002 (deny nothing but others' write permission) should be pretty appropriate. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
