API17:JFTP::get
From Joomla! Documentation
JFTP::get
Description
Method to get a file from the FTP server and save it to a local file.
public function get (
$local
$remote
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $local | string | Local path to save remote file to | |
| $remote | string | Path to remote file to get on the FTP server |
- Returns boolean True if successful
- Defined on line 760 of libraries/joomla/client/ftp.php
See also
JFTP::get source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::get
User contributed notes
Code Examples