Im no expert - but taking a quick look at the classes in the distro that are available, the interface FileSystemFactory has only a single impl >NativeFileSystemFactory<. NFSF may be used as the javadocs describe to read from the real native file system. After all that i think its fairly safe to say you need to write your own, because at the very least none is supplied with the default download.
On Fri, Sep 2, 2011 at 7:52 PM, Nitish Bangera <[email protected]>wrote: > Well you are saying to create a file .ftpquota and read/write number of > files and size into that file. This means there is no inbuilt mechanism > within Apache ftp server to store the user quotas. > > Thanks, > Nitish > > On Fri, Sep 2, 2011 at 1:21 PM, Miroslav Pokorny < > [email protected] > > wrote: > > > Hi Nitish > > > > This wouldnt be terribly difficult to implement given > > FileSystemFactory.createFileSystemView(final User user). You would of > > course > > needs to keep track of file counts and sizes as they are upped for > > individuals. > > > > > > On Fri, Sep 2, 2011 at 5:37 PM, Nitish Bangera <[email protected] > > >wrote: > > > > > Is there a mechanism in Apache Ftp server where we can store the quotas > > of > > > each user who logs in to the ftp server? The quotas are set per user > > based > > > on the size and the number of files that can be uploaded to the ftp > > server > > > allowed for that user. > > > > > > -- > > > Regards, > > > Nitish S. Bangera > > > > > > > > > > > -- > > mP > > > > > > -- > Regards, > Nitish S. Bangera > -- mP
