How do I add FTP support to Eclipse?

后端 未结 6 984
野趣味
野趣味 2020-11-28 01:47

I\'m using Eclipse PHP Development Tools. What would be the easiest way to access a file or maybe create a remote project trough FTP and maybe SSH and SFTP?.

6条回答
  •  误落风尘
    2020-11-28 02:26

    I'm not sure if this works for you, but when I do small solo PHP projects with Eclipse, the first thing I set up is an Ant script for deploying the project to a remote testing environment. I code away locally, and whenever I want to test it, I just hit the shortcut which updates the remote site.

    Eclipse has good Ant support out of the box, and the scripts aren't hard to make.

提交回复
热议问题