ID: 8135 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Filesystem function related Bug Type: FTP related Assigned To: Comments: Previous Comments: --------------------------------------------------------------------------- [2000-12-06 10:43:07] [EMAIL PROTECTED] for example : $fp = fopen("http://www.php.net", "r"); ftp_fput( $ftp_stream, "remote", $fp, FTP_ASCII); doesn't work. But the following code-example : $fp = fopen("file.txt", "r"); ftp_fput( $ftp_stream, "remote", $fp, FTP_ASCII); works. --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=8135 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]