JFTP::chmod/1.5
From Joomla! Documentation
JFTP::chmod
Description
Method to change mode for a path on the FTP server.
Description:JFTP::chmod [Edit Descripton]
public function chmod ( $path $mode )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Path to change mode on | |
| $mode | string/int | Octal value to change mode to, e.g. '0777', 0777 or 511 |
- Returns boolean True if successful
- Defined on line 537 of libraries/joomla/client/ftp.php
See also
-
JFTP::chmod on api.joomla.org
-
JFTP source code on JoomlaCode
-
Class JFTP
-
Subpackage Client
- Other versions of JFTP::chmod
SeeAlso:JFTP::chmod [Edit See Also]
User contributed notes
<CodeExamplesForm />