Table of Contents

listNames

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Client Class JFTP Method listNames Reference listNames() Never Work in Progress

Method to list the filenames of the contents of a directory on the FTP server<p>Note: Some servers also return folder names. However, to be sure to list folders on all servers, you should use listDetails() instead, if you also need to deal with folders</p>

Syntax

string listNames ( $path )

$path string Path local file to store on the FTP server

Examples

Example