ID:               33995
 Updated by:       [EMAIL PROTECTED]
 Reported By:      zxc at zmail dot ru
-Status:           Open
+Status:           Bogus
 Bug Type:         FTP related
 Operating System: Win2000 SP4
 PHP Version:      4.4.0
 New Comment:

This isn't getting anywhere and as neither me or Tony can reproduce
this with latest CVS -> bogus.



Previous Comments:
------------------------------------------------------------------------

[2005-08-08 08:18:23] zxc at zmail dot ru

sniper, how I show this WARNING again, I tell you FTP server software.

I don't tell you it now because LAN has many different FTP server
softwares.

------------------------------------------------------------------------

[2005-08-07 14:25:09] [EMAIL PROTECTED]

Can you at least tell us WHAT ftp server software is it?!


------------------------------------------------------------------------

[2005-08-07 14:06:41] zxc at zmail dot ru

Tony, it's very hard because all ftp servers are in private LAN.

------------------------------------------------------------------------

[2005-08-05 19:42:55] [EMAIL PROTECTED]

What FTP server do you use? (software name, version etc.)
Is it a public server? Can you give us it's IP/hostname? And probably
we'll need an account there too, if it rejects anonymous logins.


------------------------------------------------------------------------

[2005-08-05 19:34:59] zxc at zmail dot ru

sniper, I use 3 parameters:

<?
$ftp=ftp_connect("myFTPserver");
@ftp_login($ftp,"login","password");

 if($ftp)
 ftp_close($ftp);
?>

I have WARNING message (from "ftp_login()" function) if remote FTP
server is FULL (many users etc.)

But I must have boolean FALSE only from ftp_login() function in this
case (without WARNING message), because I use prefix "@" before
"ftp_login()".

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/33995

-- 
Edit this bug report at http://bugs.php.net/?id=33995&edit=1

Reply via email to