Jump to content

PHP and very large files


kukipei

Recommended Posts

Hi,

 

I have a very big problem.

I need to download some zip files from ftp server. These files are very big (about 9 GB). I have a script which download a small files (about 2GB) nicely. But when I want to download biger files script simply skip those files. For example if I have 3 files with sizes 3GB, 9GB, 2GB  script download files 3GB and 2GB but don't download file from 9GB. Does anybody know what can be a problem? Is there some limitation in php for downloading or limitation on server?

 

Best Regards and Thanks in advance,

Predrag

Link to comment
https://forums.phpfreaks.com/topic/81479-php-and-very-large-files/
Share on other sites

I"m not familiar with "skipping" files.. I don't know if this is true.

 

I do know that there is a timeout limit in php which you can set in your php.ini file, big files will probably take a long time to download, you could try using ajax to send many requests to the php script on the server, so it won't time out

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.