JClientFtp::get
Method to get a file from the FTP server and save it to a local file
Signature
public function get(string
$local,
string
$remoteĀ )
Parameters
-
$local
- Local path to save remote file to
-
$remote
- Path to remote file to get on the FTP server
Returns
- boolean
- True if successful