Is there some library that would connect Remote Manager and execute some commands.
I wish to write such code:- RemoteManagerTool rm = new RemoteManagerTool("127.0.0.1", 4555); if(rm.addUser("John", "pwdpwd")) { // User added } else { // Failed } rm.close(); I am looking for official code that would always work properly. -- Best regards, Dima mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]