I set up an FTP server connection in Tools> Deployment> Configuration
I downloaded all the files, but now I want these changes to be uploaded to the site immediately when I change the file in PhpStorm, how to set up this synchronization with FTP?
Configuring Upload external changes - in order to control external changes (made not by storm) and, if necessary, upload them. This does not affect autoloading.
In order for everything to be automatically synchronized, firstly, you need to set the default connection (the Use this server as default button or the right mouse button on the " Use as default " connection).
Next, go to Tools | Deployment | Automatic upload (always)
Understood - put an option in File> Settings> Build, Execution> Deployment> options Upload external changes to allways and everything worked. IDE version 9.0.2
Source: https://ru.stackoverflow.com/questions/457559/
All Articles