Block-mode using RSE [message #34223] |
Mon, 06 April 2009 08:41  |
Eclipse User |
|
|
|
Hi,
I was looking for a simple option to connect to remote systems (via FTP
and Telnet) and perform a few operations on them.. Eclipse RSE seems quite
helpful. But what I could not figure out was a way to get the Telnet
specific 'Block-Mode' working...
I would love to get a screen at a time from a remote device I connect to
instead of continuous stream of data..
What would be the best approach?
Thanks,
Vikas
|
|
|
Re: Block-mode using RSE [message #34598 is a reply to message #34223] |
Wed, 22 April 2009 07:21  |
Eclipse User |
|
|
|
Hello Vikas,
you could certainly get the source code for RSE and add an option for
Telnet Block Mode. We use Apache Commons Net as the library for telnet
access. It is very flexible and configurable. I suppose that only the
telnet integration would need changing.
http://commons.apache.org/net
See this link for getting the source code:
http://wiki.eclipse.org/TM_and_RSE_FAQ#How_do_I_use_eclipse_ to_develop_eclipse.3F
and import the team project set:
http://www.eclipse.org/dsdp/tm/development/cvs_setup.php
You'll only need to look at
org.eclipse.rse.subsystems.shells.telnet
org.eclipse.rse.services.telnet
org.eclipse.rse.connectorservice.telnet
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Vikas wrote:
> Hi,
>
> I was looking for a simple option to connect to remote systems (via FTP
> and Telnet) and perform a few operations on them.. Eclipse RSE seems
> quite helpful. But what I could not figure out was a way to get the
> Telnet specific 'Block-Mode' working...
>
> I would love to get a screen at a time from a remote device I connect to
> instead of continuous stream of data..
>
> What would be the best approach?
>
> Thanks,
> Vikas
>
|
|
|
Re: Block-mode using RSE [message #580464 is a reply to message #34223] |
Wed, 22 April 2009 07:21  |
Eclipse User |
|
|
|
Hello Vikas,
you could certainly get the source code for RSE and add an option for
Telnet Block Mode. We use Apache Commons Net as the library for telnet
access. It is very flexible and configurable. I suppose that only the
telnet integration would need changing.
http://commons.apache.org/net
See this link for getting the source code:
http://wiki.eclipse.org/TM_and_RSE_FAQ#How_do_I_use_eclipse_ to_develop_eclipse.3F
and import the team project set:
http://www.eclipse.org/dsdp/tm/development/cvs_setup.php
You'll only need to look at
org.eclipse.rse.subsystems.shells.telnet
org.eclipse.rse.services.telnet
org.eclipse.rse.connectorservice.telnet
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Vikas wrote:
> Hi,
>
> I was looking for a simple option to connect to remote systems (via FTP
> and Telnet) and perform a few operations on them.. Eclipse RSE seems
> quite helpful. But what I could not figure out was a way to get the
> Telnet specific 'Block-Mode' working...
>
> I would love to get a screen at a time from a remote device I connect to
> instead of continuous stream of data..
>
> What would be the best approach?
>
> Thanks,
> Vikas
>
|
|
|
Powered by
FUDForum. Page generated in 0.44590 seconds