ID: 20812 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: FTP related Operating System: Linux 2.2 / SuSE 6.3 PHP Version: 4.3.0RC2 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, 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/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2002-12-05 03:50:57] [EMAIL PROTECTED] This simple script works fine, but displays "Failed!" That's a hard "cosmetic" problem. <? $conn=ftp_connect("ftphost"); ftp_login($conn,"ftpuser","ftppass"); ftp_chdir($conn,"/ftpdir"); if (ftp_get($conn,"/tmp/ftptest","ftp.txt",FTP_BINARY)) echo "Success!"; else echo "Failed!"; ftp_quit($conn); ?> ------------------------------------------------------------------------ [2002-12-04 11:50:36] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2002-12-04 09:31:48] [EMAIL PROTECTED] I forgot: we use ProFTPD 1.2.6 ------------------------------------------------------------------------ [2002-12-04 09:28:42] [EMAIL PROTECTED] The PHPFTP-script running fine with PHP 4.2.3 won't work with PHP 4.3.0RC2 because ftp_get returns false in spite of doing its work correctly. DB ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20812&edit=1
