ID:               35237
 Updated by:       [EMAIL PROTECTED]
 Reported By:      gue at datecs dot kiev dot ua
-Status:           Open
+Status:           Feedback
 Bug Type:         FTP related
 Operating System: linux
 PHP Version:      5.0.5
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip




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

[2005-11-16 11:10:17] gue at datecs dot kiev dot ua

Description:
------------
When I get the file in non-block mode, i can't run any ftp-command, for
example - stop downloading and close connection.

Reproduce code:
---------------
ftp_connect
ftp_login
$ret=ftp_nb_get
while($ret===FTP_MOREDATA){
    $ret = ftp_nb_continue;
    break;
}
ftp_close //locked!!! time 1-2 minutes



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


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

Reply via email to