Hello,
        I'm very new to REBOL.I'm trying to read a list of files from a ftp
site.
        But I get the below error.Can anyone help me
Regards
Gobiraj


REBOL [
    Title: "Download List of Files"
    File:  %ftpdown.r
    Date:  26-May-1999
    Purpose: {Download a list of binary files using FTP.}
]

site: ftp://www.support.baan.com/updates/B50_b

files: [76370stnd 77427stnd]
foreach file files [
    write/binary file read/binary site/:file
]

The output is 

Script: "REBOL Extended Definitions" (3-Sep-1999/17:55:08)
Script: "User Preferences" (10-Jan-2000/13:07:27-6:00)
** Syntax Error: Invalid integer -- 76370stnd.
** Where: (line 10) files: [76370stnd 77427stnd]



winmail.dat

Reply via email to