Click to See Complete Forum and Search --> : File Size Limiting


ZeroLogicPunk
03-18-2002, 02:03 AM
How do I limit the file size?
I use RedHat 7.2, ProFTPd 1.2.4

Say I upload a file through ftp, how can I make it so that, that file can't be over a certain size, like 500K

ZeroLogicPunk
03-18-2002, 03:41 PM
Won't someone help...

mdwatts
03-18-2002, 05:49 PM
I don't know myself or I would have answered your question. Try a Google search ??? You must have ftp documentation also installed by ProFTP that may tell you.

stiles
03-18-2002, 06:41 PM
I guess you can use ulimit in the .bash_profile of the ftp user. proftpd may have another way to do it though.

man bash ( then search for ulimit /ulimit )