Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

ted at hostleft dot com
20 years ago
If you receive an error like:

Warning: ftp_nb_put(): Unable to service PORT commands in /path/to/file.php on line 27

verify whether you need to be in PASV mode. You can go into PASV mode by declaring

> ftp_pasv($cnx,TRUE);

<< Back to user notes page

To Top