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