there is. in the unit tests for RemoteManager contained in class
RemoteManagerTest we use the TelnetClient from commons-net.jar.

 Bernd

On 12/15/06, Dima Retov <[EMAIL PROTECTED]> wrote:
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to