Thanks for that. The directory that causes the problem is set drwxr-xr-x and
all the files are -r--r--r--. So I don't think this is the same problem.

This certainly looks like a bug in Rebol to me. The directory downloaded
through an ftp client results in a 137k download (about 1500 files). I
suspect the problem is caused by the number of files.

I really do need an answer on this - if Rebol cannot do what I want I need
save my efforts and look elsewhere.
If anyone want to give it a try...

system/schemes/default/timeout: 1000
print read
ftp://anonymous:[EMAIL PROTECTED]/aix/fixes/cad/other/catia_o
em_v4/IRIX/

Replace email_address with you correct email address (all activity is
logged)

Depending on proxy/no proxy/Rebol platform you always get some error or
timeout without the directory listing ever being received.

Thanks

Nigel


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 25, 2000 11:40 PM
Subject: [REBOL] Re: ftp limits?


> Hello [EMAIL PROTECTED],
>
> This might be completely unrelated, but I've noticed some other odd stuff.
> When reading directories with links, or the links themselves, sometimes
> strage things happen, example:
>
> *reading a dir*
>
> ## list: read ftp://ftp.aminet.net/pub/aminet/recent/
> URL Parse: none none ftp.aminet.net none pub/aminet/recent/ none
> Net-log: [["PORT" port/locals/active-check] "200"]
> Net-log: "200 PORT command successful."
> --snip--
> Net-log: [["LIST" "."] ["150" "125"]]
> Net-log: {150 Opening BINARY mode data connection for /bin/ls.}
> Net-log: [
>     none "226"]
> ** Access Error: Network timeout.
> ** Where: list: read ftp://ftp.aminet.net/pub/aminet/recent/
>



Reply via email to