Team,
Any suggestions on how I can implement a write only dropbox? I have my custom user manager setup and working, and I saw a authorities.add(new WritePermission()), but nothing about a read permission. My goal is to have the ability for people to anonymously (or logged in) upload files to a “dropbox” but not be able to see what’s in the dropbox. I then have an Ftplet which processes the files. So the question is how can I make the system write only? Thanks! Dan
