dousi1097 2011-09-15 21:10
浏览 179
已采纳

如何使用PHP读取远程服务器上的目录内容?

I have a url, http://www.mysite.com/images and the images directory allows Directory Listings. How can I get the files in that directory with PHP?

  • 写回答

5条回答 默认 最新

  • dthdlv9777 2011-09-15 21:16
    关注

    Here is an example if you need to read the images over HTTP and the server is Apache:

    <?php
    $url = 'http://www.mysite.com/images';
    
    $html = file_get_contents($url);
    
    $count = preg_match_all('/<td><a href="([^"]+)">[^<]*<\/a><\/td>/i', $html, $files);
    
    for ($i = 0; $i < $count; ++$i) {
        echo "File: " . $files[1][$i] . "<br />
    ";
    }
    
    ?>
    

    If it is the same server you are running your PHP on, you can use opendir() and readdir().

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器