Anton,  I modified it to:
]

site: ftp://themarvins:[EMAIL PROTECTED]/~themarvins/gen/
Directory: %d/gen/website/gci/gen/
files: read Directory
foreach file files [
 write site/:file read Directory/:file
 ]
The error is still:
** Access Error: Cannot open /D/GEN/WebSite/gci/gen/d/gen/website/gci/gen/.
** Where: files: read Directory
foreach file

How is the path being duplicated end for end?  One portion has upper case,
while the other has lower case?
What ever the case, none of these paths reflect the website paths to which I
want the files written too.

LeEric

>>
-----Original Message-----
From: Anton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, October 30, 2000 4:43 AM
Subject: [REBOL] Re: ftpupload.r (rebol newbie)


>Hi,
>That should be
>foreach file files [
>    write site/:file read Directory/:file
>]
>shouldn't it?
>Anton.
>
>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
>Andrew Martin
>Sent: Monday, 30 October, 2000 6:01 PM
>To: [EMAIL PROTECTED]
>Subject: [REBOL] Re: ftpupload.r (rebol newbie)
>
>
>LeEric S. Marvin wrote:
>> site: ftp://themarvins:[EMAIL PROTECTED]/~themarvins/gen/
>>
>> files: [%marvinline.htm %rupeline.htm]
>>
>> foreach file files [
>>     write site/:file read file
>> ]
>
>Try this instead:
>
>site: ftp://themarvins:[EMAIL PROTECTED]/
>
>Directory: %MyDirectoryOfHtml
>files: read Directory
>foreach file files [
>    write site/:file read Directory/file
>    ]
>
>Note that I've dropped off the:
>        ~themarvins/gen/
>
>> Also, how do I run a rebol script from the NT AT command, or cron type
>utility (I'll take suggestion for cron utilities)
>
>    I don't know this one.
>
>Andrew Martin
>Not a NT guru...
>ICQ: 26227169
>http://members.nbci.com/AndrewMartin/
>-><-
>
>--
>To unsubscribe from this list, please send an email to
>[EMAIL PROTECTED] with "unsubscribe" in the
>subject, without the quotes.
>

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

Reply via email to