Description of fmweb :
fmweb is a java application that can remotely administer files on the web. It implements remote administration using the TCP/IP protocol and communicates using the HTTP. It stores the user information in a XML file and encrypts the passwords. When it receives request, it first checks for the IP address in the list of allowed addresses. If found, it prompts the user for userid and password. It then sets a cookie on the client's browser for session tracking if the password is found correct. The cookie can be configured to expire after a specified duration.