Hi all,
Just wonder if any of you know how to transfer file from server to client application using JDK 1.3.1? Do we use sockets to establish connection and later use writeByte() from the DataOutputStream? Or is there a simpler and more effective way to do it? Like using datagram or stuff like that?
puzzled