I'm trying to create/write to a file on a local machine using Windows. The server is LINUX. I can write to a file on the server and I can upload a file from the local pc (accessing the web site), but I can't write to the local pc. I've tried the
open (outfile,">c:/filename.txt")...