ID: 19104 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: FTP related Operating System: Linux Debian Woody PHP Version: 4.1.2 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2002-08-26 11:15:09] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip This should be fixed already.. ------------------------------------------------------------------------ [2002-08-26 07:50:43] [EMAIL PROTECTED] The same test with ftp_fget: The "output" file is writen after 90 secs (but this time there is something written). PS: My "fopen" and "fclose" are correct! ------------------------------------------------------------------------ [2002-08-26 06:42:30] [EMAIL PROTECTED] Hello, I have th following problem with ftp_get function. When I try to download small files (198 bytes or less), nothing seems to happens. After 90 secs I receive a Warning message (Warning: ftp_get: in /var/www/updater/toolbar.php on line 32 ). My ftp server (proftpd) says transfer is Ok. Here is a part of this script : (line 32 is the one with ftp_get) if ($ftp_conn=ftp_connect($RemoteServer)){ if (ftp_login($ftp_conn,$login,$passwd)){ if ($afiles=ftp_get($ftp_conn,$file,$file,FTP_BINARY)){ } else { $res.="$msgDownloadFailed";} } else { $res.="$msgAutenticationFailed";} }else { $res.="$msgConnectionFailed";} ftp_quit($ftp_conn); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19104&edit=1
