From:             [EMAIL PROTECTED]
Operating system: Redhat 6.2
PHP version:      4.1.1
PHP Bug Type:     Filesystem function related
Bug description:  fopen does not overwrite files opened via FTP ...

If I try to use fopen to overwrite a file via FTP ...

fopen("ftp://username:[EMAIL PROTECTED]/system/path/to/file.txt";,
"w")

... I get a "Warning: File already exists" error and it fails. Is'nt it
supposed to overwrite it?
-- 
Edit bug report at http://bugs.php.net/?id=16505&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16505&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16505&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16505&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16505&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16505&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16505&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16505&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16505&r=submittedtwice

Reply via email to