file limit & http tranfer limit
Currently I am using proftpd for the ftp server and apache for the http server. I am trying to figure out how i can put a quota on the ftp server's file size -- and i dont just mean ftp, since the user could create files through php or find some other way around an ftp quota, so i wanted an actual hard file quota. How could i keep the quota for each use in an sql db? or is this even possible?Also, I know pretty much every hoster has http transfer quotas, how to they do this?
Thanks much