|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-09 04:13 UTC] sander@php.net
[2002-04-09 04:55 UTC] wez@php.net
[2002-04-09 05:01 UTC] wez@php.net
[2002-04-09 13:59 UTC] daltonhunter at iname dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 21:00:01 2025 UTC |
If I try to use fopen to overwrite a file via FTP ... fopen("ftp://username:password@www.domain.com/system/path/to/file.txt", "w") ... I get a "Warning: File already exists" error and it fails. Is'nt it supposed to overwrite it?