 |
Transfer a file via Socket - Real's Java How-to
A client module connects to a server then a file is sent to the client. ... try { sock =
servsock.accept(); System.out.println("Accepted connection : " + ... To download a
file, a simpler and better way is to use the built-in JDK HTTP server, see th
www.rgagnon.com |
 |