How to Bypass MaxFileSize Limit
I have noticed that there is a maxfilesize limit when transferring files over http and ftp. Its around 2Gb. If you go over this limit, HTTP (Apache) gives a 404 Forbidden Error. FTP gives File too large error.Is there any way to bypass that. If there is a way, it has to be a serverside daemon setting.
Now i know ill get people telling me to modularize (is that a word?) the file but i dont want to do that

This is for the purposes of transferring files on LAN (and yes i know about rsync which i have used)
So please give some ideas to on how i can get around this...the way i asked..
Thanks