Overview
WebFM is a java applet - an application written in Java language that is downloaded from server and running inside web browser. In order to run, applet requires Java plugin to be installed on client.
WebFM communicates to the server over HTTP(S) protocol using XML messages: client issue requests (such as directory list or file removal), server respond with processing result.
