JFTP::get/1.5
From Joomla! Documentation
JFTP::get
Description
Method to get a file from the FTP server and save it to a local file.
Description:JFTP::get [Edit Descripton]
public function get ( $local $remote )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $local | string | Path to local file to save remote file as | |
| $remote | string | Path to remote file to get on the FTP server |
- Returns boolean True if successful
- Defined on line 784 of libraries/joomla/client/ftp.php
See also
-
JFTP::get on api.joomla.org
-
JFTP source code on JoomlaCode
-
Class JFTP
-
Subpackage Client
- Other versions of JFTP::get
SeeAlso:JFTP::get [Edit See Also]
User contributed notes
<CodeExamplesForm />