Lila
02-26-2001, 12:14 AM
I have multiple ftp accounts at my host and I want a program or script that will let me set a specific amount of space for each ftp account. Is there anything like this?
![]() | View Full Version : script or program that lets you restrick space on ftp accounts Lila 02-26-2001, 12:14 AM I have multiple ftp accounts at my host and I want a program or script that will let me set a specific amount of space for each ftp account. Is there anything like this? kunal 02-26-2001, 06:01 AM I dun think so. I think you wont this to resell space? I dun think you are allowed to do this, or there is any way of doing this. Lila 03-01-2001, 03:05 AM I don't wanat to resell my space. I want it for my friends and I don't wnat them to go over a limit. Website Rob 03-01-2001, 09:46 PM Not sure which langauge you prefer but you could checkout some of the script sites CGI Resources (http://cgi.resourceindex.com/) and look under "File Management" or "Web Site Maintenance" for limiting uploads. Matt Lightner 03-03-2001, 01:09 AM Generally this is done with system quotas... which are user based. You would need to have a separate user (system level) for each virtual FTP account, which would be quite challenging. I have heard of some free scripts that will use passive methods to enforce a space quota, but it's not going to be fail-safe. Matt mlightner@site5.com X-treme 03-03-2001, 12:50 PM What FTP program are you using? wuftpd or proftpd? You may be able to configure the limits from within that depending on which one you are using. X-treme Lila 03-13-2001, 01:00 AM I'm using CuteFTP mattan 03-13-2001, 03:41 AM ..they might already have something on the server end Lila 03-13-2001, 09:31 PM I already did. They don't have anything like that. X-treme 03-14-2001, 05:31 PM I didn't mean which FTP program you were using remotely, I meant the one your server is running. You can configure this into the config files and then use mod_quota like Matt suggested above . X-treme |