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

[REBOL] Re: Might as well ask..

From: g:santilli:tiscalinet:it at: 4-Oct-2002 11:39

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 <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r