Date: 10/28/00
- Next message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/printer php_printer.h printer.c printer.dsp /win32 php_modules.dsw"
- Previous message: André Langhorst: "[PHP-DEV] important bug, please read"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ÓÂ , 28 ÏËÔ 2000, ÷Ù ÎÁÐÉÓÁÌÉ:
> ID: 6745
> Updated by: sniper
> Reported By: havoc <email protected>
> Status: Feedback
> Bug Type: FTP related
> Assigned To:
> Comments:
>
> I can not reproduce this with latest CVS.
> Could you try it out?
>
Maybe it proftpd-1.2.0 RC2 bug
On proftpd-1.2.0-pre10 all work fine.
I will check it on monday
Alex
> --Jani
>
> Previous Comments:
> ---------------------------------------------------------------------------
>
> [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: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/printer php_printer.h printer.c printer.dsp /win32 php_modules.dsw"
- Previous message: André Langhorst: "[PHP-DEV] important bug, please read"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

