Hi,
I want to transfer a PPT file from server to client using socket programming.
i have no idea how to do it.
Please do help me.
Thanks in advance
Printable View
Hi,
I want to transfer a PPT file from server to client using socket programming.
i have no idea how to do it.
Please do help me.
Thanks in advance
For files with non-text contents you could write/read bytes instead of characters.
Otherwise the code would be very much like any other client/server socket program.
Do a Search here or Google for sample code using Socket and ServerSocket classes.