I am using the following format in php code to download files from ftp server.
file_put_contents( $filePath.$fileName, file_get_contents(
Use this