ID: 8135 Updated by: jason Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: FTP related Operating System: Linux 7.0 PHP Version: 4.0.3pl1 Assigned To: [EMAIL PROTECTED] New Comment: Feature added in CVS -Jason Previous Comments: ------------------------------------------------------------------------ [2001-07-09 12:37:31] [EMAIL PROTECTED] Sorry nico, I misread the ticket, The problem is that the ftp extension hasn't been updated to support socket based file descriptors. I will take a look at a fix for this. -Jason ------------------------------------------------------------------------ [2001-07-08 18:46:32] [EMAIL PROTECTED] The idea here is to be able to read from the fopen()'ed stream and ftp_fput() the data.. not the other way around. (Jason, READ the bug reports before closing them, also RTFM) --Jani ------------------------------------------------------------------------ [2001-07-07 00:21:15] [EMAIL PROTECTED] HTTP fopens are read only. -Jason ------------------------------------------------------------------------ [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. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=8135&edit=1 -- 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]