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 new 
data, and then uploading the whole thing.

Gregory

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

Reply via email to