API17:JFTP::get
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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 | 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
SeeAlso:JFTP::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
