UDP file transfer can be done with DatagramSockets and DatagramPacket.

You can find many online tutorials with googling.

Here is one link which i found overviews the Datagram approach.

http://www.telecom.ntua.gr/HTML.Tuto...entServer.html

-Ganti