, , ...
, , - , txt, , cURL, cron, x .
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
set_time_limit(3600);
curl_setopt($ch, CURLOPT_TIMEOUT, 3600);
$outfile = fopen( $dirname, 'wb');
curl_setopt($ch, CURLOPT_FILE, $outfile);
// grab file from URL
$response = curl_exec($ch);
fclose($outfile);
// close CURL resource, and free up system resources
curl_close($ch);
`
, FTP - . , , .
script mp3 . - 100-200 , .