Search code examples
phpftpphpstormremote-server

phpstorm and remote server


I am trying to configure PhpStorm, and I can't seem to find some options that should be there according to their own documentation. I am trying to connect to a remote server with FTP, however, any option regarding deployment, remote servers, remote host are all missing. Is there some setting that must be enabled to have access to them? How could they just be missing?

I am using PhpStorm 6.0.3.


Solution

  • Remote Hosts Access plug-in needs to be enabled:

    RHA

    Then you should have Deployment settings where a server can be added:

    enter image description here