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