How to remote save in Eclipse PDT like Netbeans?

十年热恋 提交于 2019-12-06 16:52:42

The link to the NetBeans page only shows the settings for localhost connection.
The remote connection requires an ftp server on the remote machine.

First I will show the Eclipse settings for localhost connection.

File -- New -- PHP Project.

Project Name : SwitchLoc

Click

Folder -- Next

Settings as shown on image. Click Browse

Create a new connection.

Settings as shown on image. Click Next

Only to see what's going on : Click Next or Finish

Back to Connection select the one just created.

Select a folder under your www root.

Create a new php file
Right click on Switch new -- PHP File -- echo.php

Richt click on echo.php -- Properties -- Run/Debug Settings -- New -- PHP Web Page

Settings as shown on image. Click Browse

Uncheck Auto Generate and change the URL

Switch to Tab Common
Settings as shown on image. Click OK

Start Debug
select switch-local

Output

Next: Create a remote connection to a Remote Server with FTP and remote debug.

Follows in the sequel.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!