Script Library: 1238 scripts
 

ftpappend.r

REBOL [ Title: "Append to a Text File" Date: 26-May-1999 File: %ftpappend.r Purpose: "Append to a text file using FTP." library: [ level: 'beginner platform: none type: [FAQ one-liner] domain: 'ftp tested-under: none support: none license: none see-also: none ] Version: 1.0.0 Author: "Anonymous" ] write/append ftp://user:%pass--ftp--site--com/log.txt join "date: " now
halt ;; to terminate script if DO'ne from webpage
Notes
  • ftpappend.r has documentation.
  • email address(es) have been munged to protect them from spam harvesters. If you are a Library member, you can log on and view this script without the munging.
  • (pass:ftp:site:com)