Explorar el Código

pasv connection

Jad Meouchy hace 9 años
padre
commit
509e5312af
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cron/ftpwriter.php

+ 1 - 0
cron/ftpwriter.php

@@ -12,6 +12,7 @@ if(!ftp_login($conn, FTP_USER, FTP_PASS))
 	return;
 }
 
+ftp_pasv($conn, true);
 ftp_chdir($conn, FTP_DIR);