SFTP upload on save - how to?

Coming from Notepad++ where this just works out of the box. How can I have upload on save in PHP-Storm for SFTP file edits on the online/cloud server.

0
1 comment

Please check these instructions on how to configure auto-upload:

https://www.jetbrains.com/help/phpstorm/uploading-and-downloading-files.html#autoupload_definitions

However, please take note that auto-upload would not work for the "Browse remote host" feature. The file will be uploaded automatically only if you edit and save a local project copy of it.

(See: https://youtrack.jetbrains.com/issue/WI-27296) 

0

Please sign in to leave a comment.