JFTP::listDetails
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFTP::listDetails[edit]
Description[edit]
Method to list the contents of a directory on the FTP server.
public function listDetails (
$path=null
$type= 'all'
)
Parameter | Type | Default | Description |
---|---|---|---|
$path | string | null | Path to the local file to be stored on the FTP server |
$type | string | 'all' | all|folders|files] |
boolean | $searchRecursivelysearchsubdirectories |
- Returns mixed : if $type is raw: string Directory listing, otherwise array of string with file-names
- Defined on line 1069 of libraries/joomla/client/ftp.php
- Referenced by
See also[edit]
JFTP::listDetails source code on BitBucket
Class JFTP
Subpackage Client
- Other versions of JFTP::listDetails
User contributed notes[edit]
Code Examples[edit]