API17

API17:JFTP::get

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples