views:

205

answers:

2

Hi,

Got the following:

  1. Zend Studio
  2. Zend Framework Project
  3. Remote host with FTP and SSH (root access)

Want to:

  1. Save directly to remote host.

Currently i'm working on a localhost *AMP server, manually updating the remote through FTP.

Have tried various ways to acomplish the above - unsuccessfull obviously.

Can some one tell me what to do? Studio 5 (pre-eclipse) was so much better for pure 'FTP programming'.

/Philip

A: 

You can use 3rd party utilities:

to mount FTP/SFTP to drive or folder so you can work as it is locally.

bas
My problem is ZSE is "building workspace" everytime i save. I remember that i once had some remote_host thingy in ZSE working. But it took forever to save!But i'll try it out!
Phliplip
A: 

Whatever you do, don't use Expandrive. That's what I'm working with now, and it grinds ZSE to a crashing halt. Sometimes, Expandrive just stops working and ZSE thinks the file disappeared, so you have to close everything and anything not saved is lost.

EDIT: One solution that's worked for us is using the samba protocol, using Windows' samba compatibility to create a remote drive, and then interacting with your code base that way. Make sure to ignore building large static files or large files you won't be directly editing to further speed up Eclipse when building a project this way.

Robert Elwell
That's what i feared.. still no solution to my problem!
Phliplip
If you don't need some of the advanced features of ZSE, try using Komodo Edit. It has remote editing built right in.
Robert Elwell