Re: telnet from Java
From: KC Wong (my_at_privacy.net)
Date: 07/30/04
- Next message: janne: "DAOs and Connection sharing"
- Previous message: Tor Iver Wilhelmsen: "Re: Sun vs. Microsoft JVMs"
- In reply to: marcus: "Re: telnet from Java"
- Next in thread: marcus: "Re: telnet from Java"
- Reply: marcus: "Re: telnet from Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 16:05:20 +0800
@marcus:
The OP didn't ask to rewrite a telnet client in Java... look at the code the
OP provided. Runtime is created and PrintWriter is used to pump input into
it.
@Wilson:
I haven't tried that, but telnet isn't secure - you don't want to use it.
Use SSH instead... it also talks telnet, and a free client is available for
Win32, Unix and many other platforms.
It's called PuTTY: http://www.chiark.greenend.org.uk/~sgtatham/putty/
It supports commandline mode, where you can tell it to use a script file.
- Next message: janne: "DAOs and Connection sharing"
- Previous message: Tor Iver Wilhelmsen: "Re: Sun vs. Microsoft JVMs"
- In reply to: marcus: "Re: telnet from Java"
- Next in thread: marcus: "Re: telnet from Java"
- Reply: marcus: "Re: telnet from Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|