API17:JFilesystemHelper::ftpChmod
From Joomla! Documentation
JFilesystemHelper::ftpChmod
Description
Quick FTP chmod.
public function ftpChmod (
$url
$mode
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | TODO Add text | |
| $mode | int | The new permissions, given as an octal value. |
See also
JFilesystemHelper::ftpChmod source code on BitBucket
Class JFilesystemHelper
Subpackage Filesystem- Other versions of JFilesystemHelper::ftpChmod
User contributed notes
Code Examples