How do I download a file directly from FTP without having to temporarily download to the PHP server?
Code:<?php//....$fcon=ftp_connect($ftp_host);$conecta=ftp_login($fcon,$ftp_username,$ftp_senha);ftp_pasv($fcon,true);ftp_chdir($fcon,$ftp...
asked by
26.04.2018 / 15:50