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
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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.