JFTP::get
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFTP::get[edit]
Description[edit]
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[edit]
JFTP::get source code on BitBucket
Class JFTP
Subpackage Client
- Other versions of JFTP::get
User contributed notes[edit]
Code Examples[edit]