Hello Richard,
Thanks for the tip. I think I will switch from the app to LiveCode server and
then do all data transfers through a web site using CGIs. Using FTP for now, I
can download all of the data, because the files are small, append new data and
then upload. The only catch is the odd oc
Gregory Lypny wrote:
Is it okay to append data to a file on a remote Mac using
put return & theLineOfData after URL ("ftp://"; & pathToTheFile)
where, theLineOfData is a single line of data? I figure that's safer than
downloading all of the data from the URL into a variable, appending
Hello everyone,
Is it okay to append data to a file on a remote Mac using
put return & theLineOfData after URL ("ftp://"; & pathToTheFile)
where, theLineOfData is a single line of data? I figure that's safer than
downloading all of the data from the URL into a variable, appending the n