[PHP-DEV] Bug #8829: bug on fopen("ftp://... From: anthony <email protected>
Date: 01/21/01

From: anthony <email protected>
Operating system:
PHP version: 3.0.13
PHP Bug Type: Other
Bug description: bug on fopen("ftp://...

Under PHP 3.0.12 ... 13 ...
The following line code fails :

$fp = fopen("ftp://$login:$pass@$ftp_url/$filename/","w") ;

This generates a empty file when the ftp server is windows NT4 or 2000.

-- 
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>