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?
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报