[REBOL] Re: ftpupload.r (rebol newbie)
From: leeric:ak at: 30-Oct-2000 18:01
Anton, I modified it to:
]
site: ftp://themarvins:[secret--home--gci--net]/~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