Edit report at http://bugs.php.net/bug.php?id=51190&edit=1
ID: 51190 User updated by: alexclifford47 at gmail dot com Reported by: alexclifford47 at gmail dot com Summary: ftp_put() returns false when transfer was successful Status: Closed Type: Bug Package: FTP related Operating System: Windows Server 2003 R2 32-bit PHP Version: 5.3.1 Assigned To: iliaa New Comment: I will give this a try when I get a chance. How long until these fixes are into a stable release? Thanks. Previous Comments: ------------------------------------------------------------------------ [2010-03-04 13:53:12] il...@php.net This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2010-03-04 13:52:59] il...@php.net Automatic comment from SVN on behalf of iliaa Revision: http://svn.php.net/viewvc/?view=revision&revision=295820 Log: Fixed bug #51190 (ftp_put() returns false when transfer was successful). ------------------------------------------------------------------------ [2010-03-03 15:55:56] araje at usimagingnetwork dot com I'm having the exact same problem.. The upload is successful , however ftp_put returns false... Any info would be appreciated. Thanks Ameya ------------------------------------------------------------------------ [2010-03-03 05:47:50] alexclifford47 at gmail dot com Description: ------------ Hi, I am getting the following warning message when trying to use ftp_put(): Warning: ftp_put(): Transfer OK This is causing the function to return false, when in fact the file is transferred successfully. I have Googled this warning message but no one else has ever received it. Where is this warning coming from and why is PHP reporting a "Transfer OK" as a warning? Destination server is Windows Server 2008 64-bit running FileZilla Server (latest version). Alex Test script: --------------- $conn_id = ftp_connect($ftp_server); ftp_login($conn_id, $ftp_user, $ftp_pass); if (ftp_put($conn_id, Expected result: ---------------- 1 Actual result: -------------- Warning: ftp_put(): Transfer OK 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51190&edit=1