I tried this script but I added a "/" to the end of the site variable.
site: ftp://Anonymous:[EMAIL PROTECTED]/updates/B50_b/
file: %76370stnd
f: read site/:file
I then got the following error:
connecting to: www.support.baan.com
** User Error: Failed login to www.support.baan.com as Anonymous. Check
your login.
** Where: f: read site/:file
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 17, 2000 4:30 PM
Subject: [REBOL] Download a list of binary files using FTP Re:(3)
> Gobiraj wrote:
> > I used the below script and I get a Network timeout
>
> > site: ftp://Anonymous:[EMAIL PROTECTED]/updates/B50_b
> >
> > files: [%76370stnd]
> > foreach file files [
> > write/binary file read/binary site/:file
> > ]
>
> I get a similar result, too, using Windows 98. I used Microsoft's Internet
> Explorer 5, and _can_ access the site, though I can even read the .pdf
file
> that's there. In REBOL, I tried doubling the timeout at:
> system/schemes/default/timeout
> from 30 to 60, but that made no difference.
>
> There could be a bug in REBOL here.
>
> Andrew Martin
> ICQ: 26227169
> [EMAIL PROTECTED]
> http://members.xoom.com/AndrewMartin/
> -><-
>
>