Date: 10/31/00
- Next message: priit <email protected>: "[PHP-DEV] PHP 4.0 Bug #7559: zend_hash_get_current_key_ex returning persistent strings"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6764 Updated: ldap_search warning message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 6745
Updated by: sniper
Reported By: havoc <email protected>
Status: Feedback
Bug Type: FTP related
Assigned To:
Comments:
User feedback (28.10.2000) :
------------------------
Maybe it proftpd-1.2.0 RC2 bug
On proftpd-1.2.0-pre10 all work fine.
I will check it on monday
------------------------
Is it working now?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2000-10-30 04:33:23] havoc <email protected>
I try in on PHP 4.0.3pl1 with no luck.
Maybe it proftd bug, but other ftp clients fork fine.
---------------------------------------------------------------------------
[2000-10-28 05:13:10] sniper <email protected>
I can not reproduce this with latest CVS.
Could you try it out?
--Jani
---------------------------------------------------------------------------
[2000-09-13 22:13:03] havoc <email protected>
upload test
<?
$ftp=ftp_connect("my server");
echo "connectedn";
ftp_login($ftp, "user", "passwd");
ftp_pasv($ftp, true);
ftp_put($ftp, "/test", "/COPYRIGHT", FTP_BINARY);
ftp_quit($ftp);
echo "<br>ok<br>n";
?>
It wrote:
test connected
Warning: ftp_put: No PORT command issued first. in /usr/local/apache/htdocs/pro.lookanswer.com/docs/up.php on line 9
ok
Modules: ./configure --with-apxs=/apache/bin/apxs --with-mysql --with-pgsql --enable-ftp --with-openssl --with-mod-charset
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=6745
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: priit <email protected>: "[PHP-DEV] PHP 4.0 Bug #7559: zend_hash_get_current_key_ex returning persistent strings"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6764 Updated: ldap_search warning message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

