I receive this warning when I try to fopen using FTP:

warning: fopen(ftp://user:[EMAIL PROTECTED]/and/to/the/file.txt):
failed to create stream: FTP server reports 125 Data connection already
open; Transfer starting.

The code that it is refering to is:

$handle = fopen
("ftp://user:[EMAIL PROTECTED]/and/to/the/file.txt", "rb");

My OS is Windows XP
My PHP version is: 4.3.0.0
My HTTP Server is: Apache 2.0.44

I have tried this on another Unix server and it works fine.  The same code
works fine.  But on my XP server it don't work.

Thanks in advance,
Jonathan

Reply via email to