Hi, I want to use fopen to connect to a remote server via ftp and overwrite
a file like ...

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

... but after connecting I get the "Warning: File already exists" error
message and it fails. What is the proper way to overwrite it?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to