Reputation: 373
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
Reputation: 401965
Remote Hosts Access plug-in needs to be enabled:
Then you should have Deployment settings where a server can be added:
Upvotes: 8