dqcuq4138 2010-07-09 09:14
浏览 100
已采纳

如何在FTP服务器上获取文件的文件大小?

I need a list of all the files (and associated file sizes) on an FTP server. I can get a list of files using CodeIgniter’s FTP class, but no idea how to get the file size. How do I get the file sizes? Thanks.

  • 写回答

7条回答 默认 最新

  • du3979 2010-07-09 09:23
    关注

    I know nothing about CodeIgniter's FTP class, but what about this?

    http://www.php.net/manual/en/function.ftp-rawlist.php

    I assume that the FTP class' list_files() method doesn't provide this info. Is that correct?

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

报告相同问题?