You should be able to use an Ftplet and capture the brefore* commands. For example, if the client sent a RETR command to download the file, reject it in the FTPlet. You could probably do the same for LIST if you do not want to show the contents of the drop-box entries/file list.
On Thu, Apr 7, 2011 at 2:22 PM, Daniel Cane <[email protected]> wrote: > 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 >
