iliaa           Mon Feb 24 23:20:44 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/standard  ftp_fopen_wrapper.c 
  Log:
  MFH
  
  
Index: php4/ext/standard/ftp_fopen_wrapper.c
diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.38.2.3 
php4/ext/standard/ftp_fopen_wrapper.c:1.38.2.4
--- php4/ext/standard/ftp_fopen_wrapper.c:1.38.2.3      Tue Dec 31 11:35:28 2002
+++ php4/ext/standard/ftp_fopen_wrapper.c       Mon Feb 24 23:20:44 2003
@@ -17,7 +17,7 @@
    |          Hartmut Holzgraefe <[EMAIL PROTECTED]>                       |
    +----------------------------------------------------------------------+
  */
-/* $Id: ftp_fopen_wrapper.c,v 1.38.2.3 2002/12/31 16:35:28 sebastian Exp $ */
+/* $Id: ftp_fopen_wrapper.c,v 1.38.2.4 2003/02/25 04:20:44 iliaa Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -415,7 +415,7 @@
        }
 
        result = GET_FTP_RESULT(stream);
-       if (result != 150) {
+       if (result != 150 && result != 125) {
                /* Could not retrieve or send the file 
                 * this data will only be sent to us after connection on the data port 
was initiated.
                 */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to