Folks:
I can read a simple text file from my server, but can’t write to the server. My 
code is:

on getTestData
   put "http://waterdetective.earthednet.org/rawmeterdata/testdata"; into xURL
   put URL xURL into myTestData  --This works.
   put “http://waterdetective.earthednet.org/rawmeterdata/mycrap"; into xURL
   put "mycrapstuff" into URL( xURL)
end getTestData

I get the testdata file ok. I wrote it using another program. But, I can’t get 
it to write to the file “mycrap”

The directory has permission 0777, so everybody should be able to write to it.
Or, is there some kind of permission and login thing I need to do first.

Aren’t there any error messages returned if the write fails?

Bill

William A. Prothero
http://es.earthednet.org/

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to