FTP 10.000 file to other server (phpftp cant handle it)

Hi,

I have a problem (posted on another forum a week ago but no one seems to be able to help, so im trying in here).

My users upload about 1800 files per day (avg 4.3MB/upload) some as big as 60MB. The problem is that 90% of all uploads above 5MB fail while sometimes it upload okay (rare cases). Everything at the server has been setup correct. Have been told the problem is the standard ftp in php which isnt able to handle that kind of traffic. All files are uploaded successfull by the upload form (can echo the filesizes) so im positive the error is when I FTP the file from the tmp dir to the correct fileserver using ftp.

So my question is:
- How would you create a system capable of uploading 10.000 files per day using ftp with an average filesize of 5MB?
(main server, Upload form -> FTP -> Fileserver)

 

 

 

 

Top