Questions tagged [eclipse-rse]

Questions related to Eclipse's Remote System Explorer - a perspective and toolkit in Eclipse Workbench, that allows you to connect and work with a variety of remote systems. You can look at remote file systems, transfer files between hosts, do remote search, execute commands and work with processes.

35 questions
21
votes
3 answers

Connect Eclipse RSE with remote Linux server using public key attained from Amazon ec2

I want a easy way to save, copy and edit files on a remote server. I'm using Eclipse as an IDE, what could be better for these tasks than RSE(Remote System Exlporer) plugin for Eclipse. The thing is that I dont know how to make a connection using a…
einstein
  • 13,389
  • 27
  • 80
  • 110
8
votes
2 answers

How to use RSE plugin in Eclipse?

I installed the RSE plugin in Eclipse intending to either use SSH or FTP to work with files on a remote machine. I set up both an SSH and FTP connection, but neither works. For example, here is what happens when I connect using FTP: As you can see,…
Nathan Osman
  • 71,149
  • 71
  • 256
  • 361
8
votes
0 answers

Eclipse: missing menu option to create new Remote C/C++ Project

I am running Eclipse CDT Luna SR 1 (version 4.4.1) and have properly installed Remote System Explorer End-User Runtime and Remote system Explorer User Actions packages (both version 3.7.0). I can browse to a remote system and even create a link to a…
ThomasMcLeod
  • 7,603
  • 4
  • 42
  • 80
6
votes
3 answers

Code Completion not working with remote file (with RSE)

What is: On Host machine: Windows 7 Eclipse for PHP Developers Version: Helios Service Release 2 On guest machine: Linux debian squeeze I want to edit my remote project through SSH in Eclipse by using RSE. All is okay, I do so in Remote System…
6
votes
2 answers

Can eclipse RSE connect to a local port (ssh tunneled)?

I am using eclipse with RSE, and it works well connecting to my linux server when I am in the same network, but as the server is behind a firewall with a gate entry, I need to make a ssh tunnelling when outside its network. I have not find a way of…
Pablo Marin-Garcia
  • 4,151
  • 2
  • 32
  • 50
5
votes
3 answers

GDB with ECLIPSE GUI over remote server?

I would love to debug my software with ECLIPSE as front end to GDB. Our build set up as follows. Linux server with code base Windows accessing code base via Samba (Eclipse IDE) Software is built on Linux server with makefiles (No ECLIPSE…
Kamath
  • 4,461
  • 5
  • 33
  • 60
4
votes
1 answer

Can't connect to SOCKS proxy:Connection refused

When I try to connect to some ssh server using Eclipse (which used to work smoothly before), it gives me this error: Failed to connect sshd on "x.x.x.x": ProxySOCKS5: com.jcraft.jsch.JSchException: java.net.SocketException: Can't connect to SOCKS…
securecurve
  • 5,589
  • 5
  • 45
  • 80
3
votes
2 answers

How to programmatically refresh an Eclipse view, or RSE file subsystem?

How can I programmatically update an Eclipse view? (I suppose this might not need to be specific to RSE?). Background: I use Remote System Explorer (RSE) for Eclipse, do some stuff by executing remote commands via SSH, which creates new files on the…
Samuel Lampa
  • 4,336
  • 5
  • 42
  • 63
3
votes
1 answer

Saving remote files using Eclipse RSE

When I connect to a remote server using Eclipse's RSE I can upload and edit a file via sftp and I can save it locally but I can't figure out how save it back to the remote server. I can't even tell if this functionality is available or not. Help!
EddyR
  • 6,891
  • 7
  • 42
  • 50
3
votes
0 answers

Eclipse FTPS (SSL Explicit Encryption) Connection Using Remote Systems Explorer

Is it possible to use Eclipse Remote Systems Explorer to establish an FTPS TLS/SSL Explicit Encryption connection? I've worked with RSE before to create connections for both FTP and SFTP but I don't see any way to do FTPS. Searching through other…
Shaggy
  • 1,444
  • 1
  • 23
  • 34
2
votes
0 answers

How to auto-upload local project file changes on remote server via Eclipse RSE?

I have a local PHP project in my Eclipse workspace and a remote server that I want my project files to be synchronized on everytime I change my files. So far I've installed Remote System Explorer (RSE) into Eclipse, set up a SFTP connection to the…
StrikeAgainst
  • 556
  • 6
  • 23
2
votes
0 answers

Eclipse CDT PTP Remote Tools will remotely build makefile, but not make/compile after

I am trying to use Eclipse 4.3 on Windows for remote Linux C++ development. I am currently using the Eclipse PTP package which comes with all the necessary plugins to do remote development. I made a new C++ Remote Project and I have it set to talk…
pfeiffee
  • 21
  • 2
2
votes
0 answers

Cannot enter commands using RSE shell in eclipse

I am trying to enter commands using the remote system explorer in eclipse. I have opened a local shell and tried to enter basic commands like pwd and ls, but nothing happens. When I press enter nothing happens. I have version 3.4 of RSE installed.
Steve
  • 31
  • 1
  • 1
  • 3
2
votes
0 answers

How to set localport for ssh tunneling in eclipse

I would like to connect to a remote server with ssh tunneling at someting like localport:server1.blabla.com:remoteport . I think i know how to set the the remoteport (select the 'sftp files' of the connection and change 'port' in the properties…
user1834095
  • 5,332
  • 2
  • 20
  • 38
2
votes
3 answers

Eclipse password recovery

I tries find way how to get a couple my passwords that I stored in Eclipse for FTP`s. I use Eclipse 4 (juno), on Ubuntu 12.04, and all ftp`s stored using RSE plugin. Found this tutorial Eclipse password recovery (cvs, subversion, ..) but seems it…
Fedik
  • 468
  • 7
  • 22
1
2 3