JClientFtp::chmod
Method to change mode for a path on the FTP server
Signature
public function chmod(string
$path,
mixed
$modeĀ )
Parameters
-
$path
- Path to change mode on
-
$mode
- Octal value to change mode to, e.g. '0777', 0777 or 511 (string or integer)
Returns
- boolean
- True if successful