From http://dimox.name/php-mxget-online-download-manager/
<?php set_time_limit(0); $file = 'http://otkuda.ru/ht.zip'; $newfile = 'new.zip'; if (!copy($file, $newfile)) { echo "ошибка"; } ?>