How to call rsh from Applet to remote host
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?
Thanks in advance
Ashutosh
.
Relevant Pages
- Re: How to call rsh from Applet to remote host
... The applet is displayed in Web interface. ... Can we do rsh to remote host from applet? ... I don't know the RSH 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. ... (comp.lang.java.programmer) - Re: How to call rsh from Applet to remote host
... The applet is displayed in Web interface. ... Can we do rsh to remote host from applet? ... Note, in case you're unaware, that the RSH protocol is not a secure ... (comp.lang.java.programmer) - Re: How to call rsh from Applet to remote host
... The applet is displayed in Web interface. ... Can we do rsh to remote host from applet? ... Note, in case you're unaware, that the RSH protocol is not a secure ... (comp.lang.java.programmer) - Re: How to call rsh from Applet to remote host
... I want to use this applet in Intranet i.e within my office network. ... Can we do rsh to remote host from applet? ... (comp.lang.java.programmer) - How to call rsh from Applet to 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? ... (comp.lang.java.help) |
|