PDA

View Full Version : upload limits



kamsel
08-20-2004, 07:25 AM
Hello,

I was just wondering if it is possible to limit to max upload size i.e 500kb for one file through ftp? If so, how?

kamsel

wdv
08-20-2004, 07:36 AM
http://www.proftpd.org/docs/directives/linked/config_ref_MaxStoreFileSize.html

kamsel
08-20-2004, 07:45 AM
Hi,

Thanks for replay.

So all I have to do is add MaxStoreFileSize 500 KB in /etc/proftpd.conf and restart proftpd? If so, something is not working, because I am able to upload bigger files.

kamsel

wdv
08-20-2004, 07:48 AM
Did you put it between the <Global> </Global> tags? It's Kb by the way.

kamsel
08-20-2004, 07:51 AM
Hey,

Thanks ! It is working now.

kamsel

wdv
08-20-2004, 07:55 AM
No problem :)

remijdio
09-10-2004, 08:22 PM
i was looking for a way to do this and i'm still really new to this so i'm kinda clueless on the explanation given

where is the /etc/proftpd.conf located at on a direct admin server?
cuz i looked around and couldn't find it
sorry for the trouble

kamsel
09-10-2004, 08:33 PM
Hello,

You need to SSH to your server as root [ i guess ] and then go to /etc/ and edit proftpd.conf file.

I hope that helps.

kamsel