Did you try a lowercase anonymous:anonymous ??? Douglas Vos - TFS-GM Webmaster e-Mail: mailto:[EMAIL PROTECTED] AlphaPager: mailto:2488277399.26956pagenet.net ===================================== Snail Mail ;-) MS: 482-B07-D76 200 Renaissance Center, 7th floor Detroit, MI 48265 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 18, 2000 12:37 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [REBOL] Download a list of binary files using FTP Re:(4) 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/ > -><- > >
