I use ftp_put / ftp_nb_put
to upload files from my PHP server to another machine. I am frequently (90% of the time) getting absurd error messages like:
Warning: ftp_nb_put(): 2 matches total
Warning: ftp_nb_put(): Transfer complete
Warning: ftp_nb_continue(): Opening BINARY mode data connection
Now errors like "no such directory" or "incorrect password" I could handle, but these "error message" seem to be completely pointless.
Google suggests this to be a Firewall/PASV-related problem. I have tried ftp_pasv(), but to no avail. I have contacted my server admin, but so far he hasn't come up with anything either.