Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: atanu on May 07, 2007, 06:02:46 AM

Title: vsftpd server - file upload/download size limitation
Post by: atanu on May 07, 2007, 06:02:46 AM
Hi !!

I want to implement file upload/download size limit for particular user/users in my vsftpd ftp server, running on RHEL4.

Can you please help?

Thanks n Regards

Atanu
Title: Re: vsftpd server - file upload/download size limitation
Post by: Ricky on May 08, 2007, 10:22:18 AM
see if there exist /etc/security/limits.conf

There you can look for line
"hard fsize xxxxx"

where xxxx represents size in MB .

Hope it helps