JFTP::listDetails/1.5
From Joomla! Documentation
JFTP::listDetails
Description
Method to list the contents of a directory on the FTP server.
Description:JFTP::listDetails [Edit Descripton]
public function listDetails ( $path=null $type= 'all' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | null | Path local file to store 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 1093 of libraries/joomla/client/ftp.php
- Referenced by
See also
-
JFTP::listDetails on api.joomla.org
-
JFTP source code on JoomlaCode
-
Class JFTP
-
Subpackage Client
- Other versions of JFTP::listDetails
SeeAlso:JFTP::listDetails [Edit See Also]
User contributed notes
<CodeExamplesForm />