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

[REBOL] Keeping End-of-lines with tcp tranfert

From: coussement::c::js::mil::be at: 2-Oct-2001 11:29

Hi: I would like to transfert a original text file through a tcp port, to create a -same- target text file. The communication is not a problem, but I lose the line termination into the target file, and the result text file has become one big string. I tried various combinations of read, write with /lines /string /binary refinements, on the client part and on the server part, but none is working. I'm sure I'm overlooking something basic here, but cannot find what. Please help ! Thanks, christophe==