Hi Grumbler/Anyone
It appears that I'm doing something wrong with the ftp_nlist nothing gets listed as the files though I know files exist.Do you see something wrong?
$remotehomedir = ftp_pwd($conn);
$filesindir=Array();
$filesindir = ftp_nlist($conn,$remotehomedir)."<BR>";
$i=0;
foreach ($filesindir as $filename)
echo "File : $filename<br>";
_thanks