[PHP-DEV] PHP 4.0 Bug #6745 Updated: I can`t upload file in passive mode From: sniper <email protected>
Date: 10/31/00

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>