This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Insert this file on server and go to the path from browser. | |
set_time_limit(0); //Unlimited max execution time | |
/* Source File URL */ | |
$remote_file_url = 'http://origin-server-url/files.zip'; | |
/* New file name and path for this file */ | |
$local_file = 'files.zip'; |