API17:JFTP::chdir
From Joomla! Documentation
JFTP::chdir
Description
Method to change the current working directory on the FTP server.
public function chdir ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Path to change into on the server |
- Returns boolean True if successful
- Defined on line 425 of libraries/joomla/client/ftp.php
See also
JFTP::chdir source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::chdir
User contributed notes
Code Examples