Search code examples
phpnetbeanssshphpstorm

How to work with ssh in PhpStorm?


I have the project in the remote server and i have only ssh access. How i can work with this project? I am looking for information for either PhpStorm or NetBeans.


Solution

  • You have several options, depending on your system.

    1. You can rsync or scp up your files when you want to publish.
    2. You can use version control (cvs, svn, git, mercurial, ...) and via ssh perform an "update" when you wish your code to go live.
    3. You can set up a sshfs filesystem locally.