;; ================================================= ;; Script: ftpdir.r ;; downloaded from: www.REBOL.org ;; on: 29-Mar-2024 ;; at: 11:40:50.748644 UTC ;; owner: carl [script library member who can update ;; this script] ;; ================================================= ;; =============================================== ;; email address(es) have been munged to protect ;; them from spam harvesters. ;; If you were logged on the email addresses would ;; not be munged ;; =============================================== 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/