April 19, 2024, 01:53:05 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: vsftpd server - file upload/download size limitation  (Read 11732 times)

Offline atanu

  • New Member
  • Posts: 2
vsftpd server - file upload/download size limitation
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: vsftpd server - file upload/download size limitation
« Reply #1 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