From:             TorokAlpar at Gmail dot com
Operating system: Windows 
PHP version:      5.2.6
PHP Bug Type:     Streams related
Bug description:  ftp_nb_fget stops receiveing at magick 2,920 bytes 

Description:
------------
using ftp_nb_fget() to download a file from ftp always gets only 2,920
bytes. 

Reproduce code:
---------------
$rStream = fopen('test.zip','x');
ftp_nb_fget($rFtp,$rStream,$fullPath(),FTP_BINARY);
sleep(58);

Expected result:
----------------
Download complete file.

Actual result:
--------------
Downloads only 2,920 bytes, the file size doesn't influence this result
unless less than 2,920 in witch case the function works as expected. Also
tried with FTP_ASCII same result.  

-- 
Edit bug report at http://bugs.php.net/?id=46162&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46162&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46162&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46162&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=46162&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=46162&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=46162&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=46162&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=46162&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=46162&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=46162&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=46162&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=46162&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=46162&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46162&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=46162&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=46162&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=46162&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46162&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=46162&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=46162&r=mysqlcfg

Reply via email to