Hi Andy,

On Thursday, October 3, 2002, 8:19:57 PM, you wrote:

AF> Has anyone done a tcp binary file transfer in rebol ?  (one system
AF> sends, the other receives, both using the direct tcp: ports).  FTP won't

Yes, in many ways. I also wrote, a lot of time ago, a "simple file
transfer  protocol",  that  was  never  released  because  I never
finished  it. It basically allowed to open a file port on a remote
computer, and then control that port as if it were local. So, from
REBOL,  you  had  access  to  the remote file system as if it were
local...

AF> do it, as I need to process the file in 32K chunks (and I'd like to

If  it  wasn't for the bug in SKIP on file ports, I think it would
be trivial to write. (You just COPY/PART from the source file port
and INSERT into the tcp port; on the other side you COPY/PART from
the tcp port and INSERT into the file port.)

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to