[REBOL] Might as well ask..
From: andy:flyingcat at: 3-Oct-2002 14:19
Since the skip bug was known to the list, perhaps someone on the list
has done the entire problem , so I might as well ask :-)
Has anyone done a tcp binary file transfer in rebol ? (one system
sends, the other receives, both using the direct tcp: ports). FTP won't
do it, as I need to process the file in 32K chunks (and I'd like to
avoid the overhead of the ftp server). It's simple enough in C, but I
thought I'd be able to more easily play around with different protocols
if it were all in Rebol.
Andy