[BangPypers] sending binary files over socket
murugadoss
murugadoss2884 at gmail.com
Tue Jun 1 07:01:01 CEST 2010
hi,
I need to pack and send a binary file over socket. The binary file is
already existing.
Do i need to unpack and read the file and then pack it once again using
struct.pack or i can directly send the binary file.
Since the binary file is very big,reading and packing is little difficult in
my case.
Is there any way, i can append the file with the message and send.
As of now i am trying to read file,each byte and pack it.
If any one can help me.please send me some information.
--
Thanks & Regards
V.Murugadoss
More information about the BangPypers
mailing list