ID:               46531
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jmichae3 at yahoo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         FTP related
 Operating System: XP Pro SP3
 PHP Version:      5.2.6
 New Comment:

Please try using this CVS snapshot:

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

  http://windows.php.net/snapshots/




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

[2008-11-10 06:20:28] jmichae3 at yahoo dot com

Description:
------------
PHP Warning:  ftp_put(): Accepted data connection in
C:\www\jimm\ftp6.php on line 122

is this really an error state for ftp_put?  I would think it would be a
success!  PHP is returning an error on this.
I think this is a bug.



Reproduce code:
---------------
if (ftp_put($conn_id, basename($dest_file), $src_file, FTP_BINARY)) {
 echo "success\n";
} else {
 echo "error\n";
}

Expected result:
----------------
success

Actual result:
--------------
the server I am working with is having problems.  lately it is really
slow, and I get about 6 successful files uploaded, and the rest (about
450+ files) are 
PHP Warning:  ftp_put(): Accepted data connection in
C:\www\jimm\ftp6.php on line 122
error

also, subsequent attempts at a ftp_mkdir also fail.


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


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

Reply via email to