On Fri, Oct 2, 2009 at 3:24 PM, acec acec <[email protected]> wrote:
> How do I implement a custom file system?

Have a look at the native file system implementation. I haven't looked
into quotas at all, but I imaging you could return a wrapped stream
from FtpFile.createOutputStream() which checks the quota and only
allows for write as much data as there is place left for that user.

/niklas

Reply via email to