Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ftpupload.r (rebol newbie)

From: leeric:ak at: 30-Oct-2000 18:25

OK, got rid of the double directory problem. but still have error 550 from ftp site. Rebol script is now as follows: ] site: ftp://themarvins:[secret--home--gci--net]/ Directory: %/d/gen/website/gci/gen/ files: read Directory foreach file files [ write site/~themarvins/gen/:file read Directory/:file ] Error is now as follows: ** User Error: Server error: tcp 550 ./~themarvins/gen/: No such file or directory.. ** Where: write site/~themarvins/gen/:file read Directory/:file
Once again I tried varies paths: /user/t/h/~themarvins/gen/ also putting it in the write statement rather then the site statement. Should this make any diffrence? I haven't gotten a responce back from GCI support yet concerning what exactly the path is. Thanks Andrew and Anton for your help thus far. LeEric