On a VPS-1000 Hosting account can I use an Apache module called mod_xsendfile?
This module basically monitors the output buffer for the presence of special headers, and when it finds them it triggers apache to send the file on its own, almost as if the user requested the file directly. PHP processing is halted at that point, so no timeout errors regardless of the size of the file or the download speed of the client. And the end client gets the full benefits of Apache sending the file, such as an accurate file size report and download status bar.
***Customer needs to provide large files uploaded FTP (500MB) and provide download to their clients through web browser
***Customer needs to provide large files uploaded FTP (500MB) and provide download to their clients through web browser