Script Library: 1238 scripts
 

ftpdir.r

REBOL [ Title: "Read File Directories" Date: 26-May-1999 File: %ftpdir.r Purpose: "Read and print directories from an FTP server." library: [ level: 'beginner platform: none type: none domain: [ftp other-net] tested-under: none support: none license: none see-also: none ] ] print read ftp://ftp.rebol.com/ print read ftp://ftp.rebol.com/pub/downloads/ print read ftp://user:%pass--ftp--site--com/scripts/
halt ;; to terminate script if DO'ne from webpage
Notes
  • ftpdir.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)