Re: Trouble writing file to server

2015-05-09 Thread Mark Schonewille
Hi Bill, 0777 is for all users who have access to the computer including guests. This includes e.g. people who log in over FTP or SSH. However, without logging in first, you can't have access to a computer. Some server accept the put command over http, but many don't. Servers that accept it,

Trouble writing file to server

2015-05-09 Thread William Prothero
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/my