SFTP upload on save - how to? Permanently deleted user Created February 22, 2021 17:44 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.
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)