Web Hosting Talk







View Full Version : FTP premision question please help


domus
01-09-2002, 10:22 PM
ok i have one ftp accunt whre i wont to do next

i wont to enable the people to make directories... upload stuff
where ever they wont .... download stuff ......
the only thing i wont to disalow is DELETING files or dirs

can this be done

so in short you can upload/download files and make directories
and you cant delete files/directories


machine is COBALT raq4i

thnx

Pilgrim
01-14-2002, 11:09 PM
The only way I know how to do this is with anonymous FTP. But that still does not include making directories.

domus
01-14-2002, 11:40 PM
i have found out
you just need to add this in
/etc/proftpd.conf


<Directory /pathtoftpdir/*>
<Limit WRITE>
DenyAll
</Limit>
<Limit READ STOR MKD CWD>
AllowAll
</Limit>
</Directory>