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

[REBOL] Re: TCP question

From: robert:muench:robertmuench at: 18-Mar-2004 9:15

On Wed, 10 Mar 2004 19:40:11 +0100, Robert M. M=FCnch <[robert--muench--robertmuench--de]> wrote:
> Hi, I'm playing around with client/server via TCP. I'm using the > http-post-form function on the client side. I want to send a binary file > to the server and write it than to a file. Here is what I do: > ...
Hi, I'm still trying to get this problem solved... can any network guru give some idea what I'm doing wrong? I just want to use Rebols build in compress and encrypt to send rebol molded data and binary data via HTTP. Robert