ID: 20812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: FTP related
Operating System: Linux 2.2 / SuSE 6.3
PHP Version: 4.3.0RC2
New Comment:
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);
?>
Previous Comments:
------------------------------------------------------------------------
[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