How to send a file over a network using socket channel in java
Posted
by sunil
on Stack Overflow
See other posts from Stack Overflow
or by sunil
Published on 2009-06-30T07:13:20Z
Indexed on
2010/06/16
8:32 UTC
Read the original article
Hit count: 169
I want to write a socket channel program using which I can send a file from the client program to the server program. I want to create this program using Java.
Is there any other on-line help is available So how to overcome this problem.
Thanks Sunil Kumar Sahoo
© Stack Overflow or respective owner