UDPFTP is a java command line application that can be used as both a server and a client for transferring medium sized files over UDP.
In this version of UDPFTP it is possible to transfer files from a server to a client (not vice versa) and to test a connection.
UDPFTP jar file also works as a java library for an arbitrary java client application. With the library it’s easy to implement a client file download functionality into your application.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
UDPFTP
UDPFTP is a java command line application that can be used as both a server and a client for transferring medium sized files over UDP.
In this version of UDPFTP it is possible to transfer files from a server to a client (not vice versa) and to test a connection.
UDPFTP jar file also works as a java library for an arbitrary java client application. With the library it’s easy to implement a client file download functionality into your application.
More information
For more information go to http://www.udpftp.com!