REBOL [ Title: "Write Text File" File: %ftpwrite.r Date: 26-May-1999 Purpose: {Write a text file to an FTP server.} Category: [ftp net 1] ] write ftp://ftp.site.com/file.r "Just a test file."