| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2005-11-16 13:42 UTC] sniper@php.net
  [2005-11-24 01:00 UTC] php-bugs at lists dot php dot net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 12:00:01 2025 UTC | 
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