Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » How can I disable SFTP?
How can I disable SFTP? [message #638430] Thu, 11 November 2010 04:24 Go to next message
Eclipse User
Originally posted by: use_my_alias_here.hotmail.com

Hi,

I'm using Remote System Explorer and CDT to do remote C++ debugging.
I use the latest Helios distribution.

The problem is that when I start up the remote debugging I get the
following error message:

"Failed to connect SFTP subsystem: Remote host may not have sftp-server
installed : java.io.IOException: Pipe closed"

I don't have any sftp-server on the remote target, and we can't install
it either.

How can I disable the SFTP functionality?


Thanks,
Daniel
Re: How can I disable SFTP? [message #639419 is a reply to message #638430] Tue, 16 November 2010 08:37 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin Oberhuber
Messages: 967
Registered: July 2009
Senior Member
Hi Daniel,

not having SFTP is a frequent problem, you may be interested in the "SCP
files subsystem" contribution that's upcoming this year:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=213438

Until this is available, as a user of "standard" RSE, you can do this:
1. Define your connection as connection type "UNIX"
2. As subsystems, choose
FTP-Files, SSH-Shells, DStore-Process, SSH-Terminals
3. Right-click NOT the connection but the SSH-Shells subsystem
- choose connect in the context menu.

As a programmer (extender) of RSE, you can define a System Type (e.g.
"SSH-Shellsonly") which only registers the Shells subsystem but no files
subsystem.

Note that in order to do remote c++ debugging, you'll have to "somehow"
get your files onto the remote.

Cheers
Martin
Re: How can I disable SFTP? [message #884852 is a reply to message #639419] Mon, 11 June 2012 20:21 Go to previous message
john doe is currently offline john doe
Messages: 1
Registered: June 2012
Junior Member
Hmm.. interesting. I got this to work only once. After that, the only approach that consistently works is to use the RSE RCP plugin that is still in the incubation phase.

[Updated on: Tue, 12 June 2012 12:57]

Report message to a moderator

Previous Topic:RSE on imx53
Next Topic:Error listing directory content
Goto Forum:
  


Current Time: Wed May 29 03:36:31 EDT 2013

Powered by FUDForum. Page generated in 0.06454 seconds