osoclever
osoclever

Reputation: 373

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.

Upvotes: 4

Views: 4908

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401965

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

Upvotes: 8

Related Questions