Fahrvergnuugen
I am the law!
I want to create a directory that allows ftp users to write files but not delete them.
Here's what I want:
Anonymous users can upload files, download files, list the directory, but NOT delete any files [even ones they've uploaded].
I'm guessing that this can't be done with file system permissions, because the write flag gives create / delete access at the same time.
So does that mean the only way to do this is through the ftp server software? I'm using Pureftpd now but I haven't been able to figure out how to setup the incoming directory the way I want.
Here's what I want:
Anonymous users can upload files, download files, list the directory, but NOT delete any files [even ones they've uploaded].
I'm guessing that this can't be done with file system permissions, because the write flag gives create / delete access at the same time.
So does that mean the only way to do this is through the ftp server software? I'm using Pureftpd now but I haven't been able to figure out how to setup the incoming directory the way I want.