Hi everyone. Need som help with this. I'm opening text files from server to a textarea in a form on a webpage by using php's ftp functions. The user can edit the text, and then save it. When I try to open/write the file, using the "w" option, I get the message: "Remote file already exists and overwrite context option not specified". So I need to specify that I want to make an overwrite... But how do I do this??? Maybe some of you have a code example or two... 🙂