Create your own Simple File Transfer App over LAN (with Source code in JAVA)
Posted on Thu 30 January 2014 in How To DIY • Tagged with Java, Networking, Sockets
Many Core Java packages can be used to create useful applications. This application uses java.net package to establish connection between two systems residing on the same network. This point is important, because it will not work for arbitrary networks (having no connection between them). For those who don't have …
Continue reading