您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php 自动下载远程服务器文件

2024/2/27 16:53:20发布21次查看
php 自动下载远程服务器文件
// maximum execution time in seconds
set_time_limit (24 * 60 * 60);
if (!isset($_post['submit'])) die();
// folder to save downloaded files to. must end with slash
$destination_folder = 'temp/';
$url = $_post['url'];
$newfname = $destination_folder . basename($url);
$file = fopen ($url, rb);
if ($file) {
$newf = fopen ($newfname, wb);
if ($newf)
while(!feof($file)) {
fwrite($newf, fread($file, 1024 * 8 ), 1024 * 8 );
}
}
if ($file) {
fclose($file);
}
if ($newf) {
fclose($newf);
}
?>
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product