PHP 8.5.0 Alpha 1 available for testing

Voting

: six plus one?
(Example: nine)

The Note You're Voting On

sameg14 at gmail dot com
11 years ago
If you are running filezilla in passive mode, on windows, and try to connect using PHP, you might encounter an error that reads "425 Can't open data connection for transfer of ..."
This error is not indicative of a passive mode issue, but can be resolved by using
<?php
ftp_pasv
($conn, true);
?>

<< Back to user notes page

To Top