Add the ability to transfer downloaded files from the AzSMRC host to the Client.
Could be done by adopting parts of the following:
(FTP transfer method)
Hermes FTP Server (http://sourceforge.net/projects/hermesftp/)
Java NIO FTP Library (http://sourceforge.net/projects/javanioftp/)
Java Secure FTP Server (http://sourceforge.net/projects/javasecureftpd/)
(HTTP transfer method)
Sambuca Embedded HTTP Framework (http://sourceforge.net/projects/sambuca/)
that way, the entire process can be handled with minor modifications to the main code... link to and use the libraries required and give users access to their files...