JFTP::chdir/1.5
From Joomla! Documentation
JFTP::chdir
Description
Method to change the current working directory on the FTP server.
Description:JFTP::chdir [Edit Descripton]
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 447 of libraries/joomla/client/ftp.php
See also
-
JFTP::chdir on api.joomla.org
-
JFTP source code on JoomlaCode
-
Class JFTP
-
Subpackage Client
- Other versions of JFTP::chdir
SeeAlso:JFTP::chdir [Edit See Also]
User contributed notes
<CodeExamplesForm />