JClientFtp::listDetails
Method to list the contents of a directory on the FTP server
Signature
public function listDetails([string
$path = null,
[string
$type = 'all']] )
Parameters
-
$path
- Path to the local file to be stored on the FTP server
-
$type
- Return type [raw|all|folders|files]
Returns
- mixed
- If $type is raw: string Directory listing, otherwise array of string with file-names
Tasks
Line | Task |
---|---|
1318 | Deal with recurse -- nightmare |