#33995 [Opn->Fbk]: wrong WARNING message

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

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



Previous Comments:


[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:



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()".



[2005-08-04 22:12:22] [EMAIL PROTECTED]

You have to provide a working script. The one here can not work:
ftp_login() expects 3 parameters, not 2..

(and I can't reproduce this with a proper script, even if the server
shows errors)




[2005-08-04 19:59:47] zxc at zmail dot ru

Tony, I has tried change a FTP server to something, but I show WARNING
still.



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


#33995 [Opn->Fbk]: wrong WARNING message

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

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.



Previous Comments:


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

sniper, I use 3 parameters:



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()".



[2005-08-04 22:12:22] [EMAIL PROTECTED]

You have to provide a working script. The one here can not work:
ftp_login() expects 3 parameters, not 2..

(and I can't reproduce this with a proper script, even if the server
shows errors)




[2005-08-04 19:59:47] zxc at zmail dot ru

Tony, I has tried change a FTP server to something, but I show WARNING
still.



[2005-08-04 19:56:42] zxc at zmail dot ru

Example of WARNING:

--
Warning: ftp_login(): Too many users - please try again later. in
/pub/home/hissite/ftpconnect.php on line 73
--

Why shows a WARNING message? I use a "@" prefix before "ftp_login()"
function. 

>>> I must have boolean FALSE only, without this WARNING.



[2005-08-04 15:18:54] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


What warning? Which FTP server do you use? How to reproduce it? Are you
able to reproduce it if you change your FTP server to something else?



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


#33995 [Opn->Fbk]: wrong WARNING message

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

You have to provide a working script. The one here can not work:
ftp_login() expects 3 parameters, not 2..

(and I can't reproduce this with a proper script, even if the server
shows errors)



Previous Comments:


[2005-08-04 19:59:47] zxc at zmail dot ru

Tony, I has tried change a FTP server to something, but I show WARNING
still.



[2005-08-04 19:56:42] zxc at zmail dot ru

Example of WARNING:

--
Warning: ftp_login(): Too many users - please try again later. in
/pub/home/hissite/ftpconnect.php on line 73
--

Why shows a WARNING message? I use a "@" prefix before "ftp_login()"
function. 

>>> I must have boolean FALSE only, without this WARNING.



[2005-08-04 15:18:54] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


What warning? Which FTP server do you use? How to reproduce it? Are you
able to reproduce it if you change your FTP server to something else?



[2005-08-04 15:09:13] zxc at zmail dot ru

Description:

I have a WARNING message from ftp_login(), but I use a "@" with
ftp_login() function.

Function ftp_login() in this case must returns boolean FALSE only
without WARNING.

Reproduce code:
---


Expected result:

I have a WARNING message from ftp_login(), but I use a "@" with
ftp_login() function.

Function ftp_login() in this case must returns boolean FALSE only
without WARNING.

Actual result:
--
empty screen





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


#33995 [Opn->Fbk]: wrong WARNING message

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

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


What warning? Which FTP server do you use? How to reproduce it? Are you
able to reproduce it if you change your FTP server to something else?


Previous Comments:


[2005-08-04 15:09:13] zxc at zmail dot ru

Description:

I have a WARNING message from ftp_login(), but I use a "@" with
ftp_login() function.

Function ftp_login() in this case must returns boolean FALSE only
without WARNING.

Reproduce code:
---


Expected result:

I have a WARNING message from ftp_login(), but I use a "@" with
ftp_login() function.

Function ftp_login() in this case must returns boolean FALSE only
without WARNING.

Actual result:
--
empty screen





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