API17:JFTP::chmod
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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 514 of libraries/joomla/client/ftp.php
See also
-
JFTP::chmod source code on BitBucket
-
Class JFTP
-
Subpackage Client
- Other versions of JFTP::chmod
SeeAlso:JFTP::chmod [Edit See Also]
User contributed notes
<CodeExamplesForm />
