> PHP Script For Downloading a file in parts?

PHP Script For Downloading a file in parts?

Posted at: 2014-12-18 
I want a fully detailed PHP script as follows:-

Example: A file of size 120 MB, I have to download it from another web server in 4 parts of 30 MB each using PHP script and store it in My Server, but 1 Part at a Time (Means running this script to download 1st 30 MB Part, and running again to download 2nd 30 MB Part that is after 1st 30 MB Part, So that it does not exceed quota limits.)

-

Sorry For Bad English.