Tried your suggestion, heres the errors.....

Directory: %d/gen/website/gci/gen/
files: read Directory
foreach file files [
 write site/:file read Directory/file
 ]


** Access Error: Cannot open /D/GEN/WebSite/gci/gen/d/gen/website/gci/gen/.
** Where: files: read Directory
foreach file

Please note that the path on my local drive is not the same as at the ftp
site.
local   d:\gen\website\gci\gen\
ftp       home.gci.net/user/t/h/~themarvins/gen/



-----Original Message-----
From: Andrew Martin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Sunday, October 29, 2000 10:09 PM
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