PHP Classes

File list

Recommend this page to a friend!

      PHP FTP  >  All threads  >  File list  >  (Un) Subscribe thread alerts  
Subject:File list
Summary:Create a file name list
Messages:1
Author:Assaf Scialom
Date:2009-04-16 11:11:58
 

  1. File list   Reply   Report abuse  
Picture of Assaf Scialom Assaf Scialom - 2009-04-16 11:11:58
Hi,

Thanks for a good class!
I try to create an html table with all the files name and their sizes but when I use echo ($ftp->nlist());
echo "\n";
echo($ftp->rawlist());
echo "\n";

I get a lot info and it seems that I can't just get the file name.

any idea?