1) How to make a change-dir on a ftp dir?

2) How to make a ftp directory listing with date-size without re-making
connections to the server?
Core user guide p. 12-41 makes only a bug example. Rebol gives error already
on Forall.
I know that all the info (date-size and so on) are already cached in the port.
How to read them in a "legal" mode?

------- UG 12-41:
To print a directory listing:
files: open ftp://ftp.site.com/pub/
forall files [
file: first files
info: info? file
print [file info/date info/size info/type]
]
---
Ciao (my english is bad)
Romano


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to