Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA + FTP?

I'm running Intellij IDEA 10.5 and I've set up my default ftp server (File|Settings|Deployment),
but when I'm right-clicking on my project I still see Deployment option inactive (see below):

enter image description here

I'm new to IDEA, so I'm sure that it is not a bug, but my misunderstanding of
how one should enable ftp deployment in IDEA.
What should I do to enable it?


Please, give me a clue to solve this problem!
This is the only remaining thing that keeps me from
using IDEA instead of Eclipse in my development.

like image 349
tsds Avatar asked Feb 23 '23 18:02

tsds


2 Answers

I think you need to make sure that the path mappings are correctly entered in the "Mappings" tab of your deployment configuration. If the mappings tab is not correctly filled out, a warning will be shown in that tab (e.g. "Deployment path is not specified").

The upload/compare/download menu entries for the deployment configuration will be greyed out as long as the mappings are not defined.

I had the same problem and it was resolved by entering the correct path mappings.

like image 145
mfk Avatar answered Mar 08 '23 23:03

mfk


Deployment is only available in the paid ultimate edition:

http://www.jetbrains.com/idea/webhelp/deployment.html

I'll bet you're using the free community edition.

like image 39
duffymo Avatar answered Mar 09 '23 00:03

duffymo