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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to