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

[REBOL] Re: Newbie needs help with Services

From: kpeters-vu::ware::com at: 11-Nov-2005 19:18

Thanks again, Gabriele. The next thing I tried was: getfile: do-service tcp://localhost:8000 [file/get %/c/client.r] which fails like this: DEBUG session: [reset-session 39] DEBUG request: [do-command [file/get %/c/client.r]] DEBUG service: [dispatch file [get %/c/client.r]] DEBUG error: [request-fail file/get] DEBUG packet: [header-out "REBSer 1 39 1 126 0"] DEBUG tcp: [send-packet 146] getfile: do-service tcp://localhost:8000 [file/get %/c/client.r] } ** User Error: command failed: file/get no-file /c/client.r ** Near: do make error! msg
>>
Any ideas as to why? TIA, Kai