Appending Data Via FTP

Gregory Lypny gregory.lypny at videotron.ca
Wed Aug 29 16:49:46 EDT 2012


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




More information about the use-livecode mailing list