Script Library: 1238 scripts
 

ftpdo.r

REBOL [ Title: "Run Script from FTP" Date: 26-May-1999 File: %ftpdo.r Purpose: "Do a REBOL script via FTP." library: [ level: 'beginner platform: none type: 'one-liner domain: [ftp other-net] tested-under: none support: none license: none see-also: none ] ] do ftp://ftp.site.com/scripts/test.r
halt ;; to terminate script if DO'ne from webpage
Notes