Gossamer Forum
Home : Products : Others : Fileman :

Each account with different amounts of space?

Quote Reply
Each account with different amounts of space?
Wondering if a patch that will allow each account to have a defined amount of space will come out? Would be nice in the admin area if you can set their space limits right there when creating their account.

------------------
Quote Reply
Re: Each account with different amounts of space? In reply to
I do not think there is a patch like that.

However, if you are familiar with Perl maybe you can change the program so that a size is associated with each user. You only need to check the case where the user is creating a file or uploading a file. When the user does one of these, check the file size and make sure that the limit has not been exceeded or reached. You do not need to check the case where the user is deleting files, because it can only decrement the size the user already has.