Secure a FTP account / directory for ONLY certain priv..
How would someone create and secure a ftp server (cpanel is already setup) on a server, and make it so people can upload to a new directory, but they can't delete ANY files in other directories, and they can download from all directories?Basically, I would like to create a public ftp server on one of my servers, and not have to create a new login for everyone, just one public login and it gives delete permission based on ip address or better yet would be based on session.
I also want to make it so if they upload scripts, that they are NO executable, so they can't try to hack the server.
What's the best way to go about this? This is done all the time I see but I don't see any tutorials for it.
Thanks.