Question

I'm working remotely and I need to access files on a server that's only accessible through ssh from another machine.

For example if my files are on server2, I need to ssh me@server1 then once I'm on that machine, ssh me@server2

Is there a way to set up remote systems in eclipse (I'm using Zend Studio) to get access to my files?

Thanks.

No correct solution

OTHER TIPS

The short answer is No, however you you do have some options...

Eclipse is only aware of files in an Eclipse workspace (with some exceptions), thus you need to make your files available to your Eclipse instance. To do so, you could download the remote files and make them available locally or make te files accessible via a network share.

All in all, you need to make those files available on a file system visible to the local Eclipse instance. Once that is done, you can add/import the file into your Eclipse workspace.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top