LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to restrict users in VSftpd (https://www.linuxquestions.org/questions/linux-server-73/how-to-restrict-users-in-vsftpd-676258/)

ram_rajavarapu 10-14-2008 09:16 AM

How to restrict users in VSftpd
 
Hello every one
I configured VSftpd in RHEL5. It's well. I am planning to restrict anynimous and local users. I want they download only 100MB beyond that they shouldn't download what is the option.

jschiwal 10-15-2008 07:43 PM

Maybe an rlimit_as or rlimit_cpu entry in /etc/xinetd.d/vsftp would be helpful indirectly. But this limit is a service limit. I think it would be per-connetion if each connection launches a service. Limiting the number of connections per IP and bandwidth limiting would be easier to achieve.

This site has some general information on user quotas:
http://seifried.org/lasg/users/


All times are GMT -5. The time now is 07:41 AM.