> I'm using plain TCP with TWSocket and would like to send binary 
> data. So far i've been sending text and used line mode, so I wonder 
> how to handle binary data.

You can emulate FTP and send the binary data on a second socket, that's
closed once it's finished.  

Or packet up your data with start and length headers, might be slightly
more secure than sending just a length alone at the start. 

Angus
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to