<ashutosh.juneja@gmail.com> wrote in message
news:1180542387.831120.23010@x35g2000prf.googlegroups.com...
Hello,
I am working on a project which will execute a script from Applet on
remote host. The applet is displayed in Web interface.
Can any one guide me on the same?
Can we do rsh to remote host from applet?
Is calling from Applet the right way?
Please let me know if yu need more details?
Unsigned applets have a restriction that they can only communicate
with the server they were downloaded from. I don't know the RSH protocol
(I'm guessing it's plaintext, similar to the telnet protocol), but if you
know it, then the simplest solution would be to host the Applet on the
same server you wish to RSH into, and have your applet implement an RSH
client and do whatever it is you want to do.
Note, in case you're unaware, that the RSH protocol is not a secure
one (everything is sent unencrypted, from what I understand), and that any
services that your applet can connect, end-users (and "hackers") can
directly connect to as well.
- Oliver
follow the multi-posted thread.
To the OP: Please do not multi-post. Cross-post if you must, but even that,
well ...