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.

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top