REBOL [ Title: "Append to a Text File" File: %ftpappend.r Date: 26-May-1999 Purpose: {Append to a text file using FTP.} Category: [ftp net 1] ] write/append ftp://user:pass@ftp.site.com/log.txt join "date: " now