| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Client |
JFTP |
listNames |
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>
string listNames ( $path )
| $path | string | Path local file to store on the FTP server |
Example